#03BFA9

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

Shades of Caribbean Green #03BFA9

Tints of Caribbean Green #03BFA9

Color information

#03BFA9 (or 0x03BFA9) is unknown color: approx Caribbean Green. HEX triplet: 03, BF and A9. RGB value is (3,191,169). Sum of RGB (Red+Green+Blue) = 3+191+169=363 (48% of max value = 765). Red value is 3 (1.56% from 255 or 0.83% from 363); Green value is 191 (75% from 255 or 52.62% from 363); Blue value is 169 (66.41% from 255 or 46.56% from 363); Max value from RGB is 191 - color contains mainly: green. Hex color #03BFA9 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03BFA9 is #FC4056. Grayscale: #848484. Windows color (decimal): -16531543 or 11124483. OLE color: 11124483.

HSL color Cylindrical-coordinate representation of color #03BFA9: hue angle of 172.98º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03BFA9 is Cyan = 0.98, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB3191169-
CMYK0.9800.120.25
HSL172.98º96.91%38.04%-
HSV(B)172.98º98.43%74.9%-
XYZ25.8340.1543.92-
YUV132.28148.7235.79-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.83%
GREEN value IS 191 (75% from 255) = 52.62%
BLUE value IS 169 (66.41% from 255) = 46.56%
R=0.83%
G=52.62%
B=46.56%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal31911690.9800.120.25172.9896.9138.04
Hex3BFA9620C19ad6126
Octal32772511420143125514146
Binary11101111111010100111000100110011001101011011100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03BFA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,191,169); }

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

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

 a { background-color: rgb(3,191,169); }

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

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

 span { border-color: rgb(3,191,169); }

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