#03CB8E

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

Shades of Caribbean Green #03CB8E

Tints of Caribbean Green #03CB8E

Color information

#03CB8E (or 0x03CB8E) is unknown color: approx Caribbean Green. HEX triplet: 03, CB and 8E. RGB value is (3,203,142). Sum of RGB (Red+Green+Blue) = 3+203+142=348 (46% of max value = 765). Red value is 3 (1.56% from 255 or 0.86% from 348); Green value is 203 (79.69% from 255 or 58.33% from 348); Blue value is 142 (55.86% from 255 or 40.80% from 348); Max value from RGB is 203 - color contains mainly: green. Hex color #03CB8E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03CB8E is #FC3471. Grayscale: #888888. Windows color (decimal): -16528498 or 9358083. OLE color: 9358083.

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

Color convert

RGB3203142-
CMYK0.9900.300.20
HSL161.7º97.09%40.39%-
HSV(B)161.7º98.52%79.61%-
XYZ26.2844.6832.83-
YUV136.25131.2432.96-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.86%
GREEN value IS 203 (79.69% from 255) = 58.33%
BLUE value IS 142 (55.86% from 255) = 40.80%
R=0.86%
G=58.33%
B=40.80%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal32031420.9900.300.20161.797.0940.39
Hex3CB8E6301E14a26128
Octal33132161430362424214150
Binary111100101110001110110001101111010100101000101100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03CB8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,203,142); }

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

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

 a { background-color: rgb(3,203,142); }

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

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

 span { border-color: rgb(3,203,142); }

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