#03CA8F

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

Shades of Caribbean Green #03CA8F

Tints of Caribbean Green #03CA8F

Color information

#03CA8F (or 0x03CA8F) is unknown color: approx Caribbean Green. HEX triplet: 03, CA and 8F. RGB value is (3,202,143). Sum of RGB (Red+Green+Blue) = 3+202+143=348 (46% of max value = 765). Red value is 3 (1.56% from 255 or 0.86% from 348); Green value is 202 (79.30% from 255 or 58.05% from 348); Blue value is 143 (56.25% from 255 or 41.09% from 348); Max value from RGB is 202 - color contains mainly: green. Hex color #03CA8F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03CA8F is #FC3570. Grayscale: #878787. Windows color (decimal): -16528753 or 9423363. OLE color: 9423363.

HSL color Cylindrical-coordinate representation of color #03CA8F: hue angle of 162.21º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03CA8F is Cyan = 0.99, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.21.

Color convert

RGB3202143-
CMYK0.9900.290.21
HSL162.21º97.07%40.2%-
HSV(B)162.21º98.51%79.22%-
XYZ26.1244.2433.15-
YUV135.77132.0733.3-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.86%
GREEN value IS 202 (79.30% from 255) = 58.05%
BLUE value IS 143 (56.25% from 255) = 41.09%
R=0.86%
G=58.05%
B=41.09%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal32021430.9900.290.21162.2197.0740.2
Hex3CA8F6301D15a26128
Octal33122171430352524214150
Binary111100101010001111110001101110110101101000101100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03CA8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,202,143); }

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

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

 a { background-color: rgb(3,202,143); }

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

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

 span { border-color: rgb(3,202,143); }

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