#03CF9B

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

Shades of Caribbean Green #03CF9B

Tints of Caribbean Green #03CF9B

Color information

#03CF9B (or 0x03CF9B) is unknown color: approx Caribbean Green. HEX triplet: 03, CF and 9B. RGB value is (3,207,155). Sum of RGB (Red+Green+Blue) = 3+207+155=365 (48% of max value = 765). Red value is 3 (1.56% from 255 or 0.82% from 365); Green value is 207 (81.25% from 255 or 56.71% from 365); Blue value is 155 (60.94% from 255 or 42.47% from 365); Max value from RGB is 207 - color contains mainly: green. Hex color #03CF9B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03CF9B is #FC3064. Grayscale: #8C8C8C. Windows color (decimal): -16527461 or 10211075. OLE color: 10211075.

HSL color Cylindrical-coordinate representation of color #03CF9B: hue angle of 164.71º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03CF9B is Cyan = 0.99, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.19.

Color convert

RGB3207155-
CMYK0.9900.250.19
HSL164.71º97.14%41.18%-
HSV(B)164.71º98.55%81.18%-
XYZ28.2747.0138.59-
YUV140.08136.4130.23-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.82%
GREEN value IS 207 (81.25% from 255) = 56.71%
BLUE value IS 155 (60.94% from 255) = 42.47%
R=0.82%
G=56.71%
B=42.47%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal32071550.9900.250.19164.7197.1441.18
Hex3CF9B6301913a56129
Octal33172331430312324514151
Binary111100111110011011110001101100110011101001011100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03CF9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,207,155); }

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

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

 a { background-color: rgb(3,207,155); }

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

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

 span { border-color: rgb(3,207,155); }

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