#03BA96

Color #03BA96 Caribbean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caribbean Green #03BA96

Tints of Caribbean Green #03BA96

Color information

#03BA96 (or 0x03BA96) is unknown color: approx Caribbean Green. HEX triplet: 03, BA and 96. RGB value is (3,186,150). Sum of RGB (Red+Green+Blue) = 3+186+150=339 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.88% from 339); Green value is 186 (73.05% from 255 or 54.87% from 339); Blue value is 150 (58.98% from 255 or 44.25% from 339); Max value from RGB is 186 - color contains mainly: green. Hex color #03BA96 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03BA96 is #FC4569. Grayscale: #7F7F7F. Windows color (decimal): -16532842 or 9878019. OLE color: 9878019.

HSL color Cylindrical-coordinate representation of color #03BA96: hue angle of 168.2º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03BA96 is Cyan = 0.98, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB3186150-
CMYK0.9800.190.27
HSL168.2º96.83%37.06%-
HSV(B)168.2º98.39%72.94%-
XYZ23.137.3434.84-
YUV127.18140.8739.43-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 3 (1.56% from 255) = 0.88%
GREEN value IS 186 (73.05% from 255) = 54.87%
BLUE value IS 150 (58.98% from 255) = 44.25%
R=0.88%
G=54.87%
B=44.25%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal31861500.9800.190.27168.296.8337.06
Hex3BA96620131Ba86125
Octal32722261420233325014145
Binary111011101010010110110001001001111011101010001100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03BA96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03BA96; }

 p { color: rgb(3,186,150); }

 H1.HeaderClassName
 {
   color: #03BA96;
 }
 .AnyTagClassName
 {
   color: #03BA96;
 }
</style>
background-color css

<style>
 a { background-color: #03BA96; }

 a { background-color: rgb(3,186,150); }

 div.DivClassName
 {
   background-color: #03BA96;
 }
 .BgClassName
 {
   background-color: #03BA96;
 }
</style>
border-color css

<style>
 span { border-color: #03BA96; }

 span { border-color: rgb(3,186,150); }

 td.TdClassName
 {
   border-color: #03BA96;
 }
 .TagClassName
 {
   border-color: #03BA96;
 }
</style>