#03BBA6

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

Shades of Caribbean Green #03BBA6

Tints of Caribbean Green #03BBA6

Color information

#03BBA6 (or 0x03BBA6) is unknown color: approx Caribbean Green. HEX triplet: 03, BB and A6. RGB value is (3,187,166). Sum of RGB (Red+Green+Blue) = 3+187+166=356 (47% of max value = 765). Red value is 3 (1.56% from 255 or 0.84% from 356); Green value is 187 (73.44% from 255 or 52.53% from 356); Blue value is 166 (65.23% from 255 or 46.63% from 356); Max value from RGB is 187 - color contains mainly: green. Hex color #03BBA6 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03BBA6 is #FC4459. Grayscale: #818181. Windows color (decimal): -16532570 or 10926851. OLE color: 10926851.

HSL color Cylindrical-coordinate representation of color #03BBA6: hue angle of 173.15º 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 #03BBA6 is Cyan = 0.98, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.27.

Color convert

RGB3187166-
CMYK0.9800.110.27
HSL173.15º96.84%37.25%-
HSV(B)173.15º98.4%73.33%-
XYZ24.6938.3142.17-
YUV129.59148.5437.71-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.84%
GREEN value IS 187 (73.44% from 255) = 52.53%
BLUE value IS 166 (65.23% from 255) = 46.63%
R=0.84%
G=52.53%
B=46.63%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal31871660.9800.110.27173.1596.8437.25
Hex3BBA6620B1Bad6125
Octal32732461420133325514145
Binary11101110111010011011000100101111011101011011100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03BBA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,187,166); }

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

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

 a { background-color: rgb(3,187,166); }

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

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

 span { border-color: rgb(3,187,166); }

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