#03C8B0

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

Shades of Caribbean Green #03C8B0

Tints of Caribbean Green #03C8B0

Color information

#03C8B0 (or 0x03C8B0) is unknown color: approx Caribbean Green. HEX triplet: 03, C8 and B0. RGB value is (3,200,176). Sum of RGB (Red+Green+Blue) = 3+200+176=379 (50% of max value = 765). Red value is 3 (1.56% from 255 or 0.79% from 379); Green value is 200 (78.52% from 255 or 52.77% from 379); Blue value is 176 (69.14% from 255 or 46.44% from 379); Max value from RGB is 200 - color contains mainly: green. Hex color #03C8B0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03C8B0 is #FC374F. Grayscale: #8A8A8A. Windows color (decimal): -16529232 or 11585539. OLE color: 11585539.

HSL color Cylindrical-coordinate representation of color #03C8B0: hue angle of 172.69º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03C8B0 is Cyan = 0.98, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB3200176-
CMYK0.9800.120.22
HSL172.69º97.04%39.8%-
HSV(B)172.69º98.5%78.43%-
XYZ28.5344.4648.15-
YUV138.36149.2331.45-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.79%
GREEN value IS 200 (78.52% from 255) = 52.77%
BLUE value IS 176 (69.14% from 255) = 46.44%
R=0.79%
G=52.77%
B=46.44%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal32001760.9800.120.22172.6997.0439.8
Hex3C8B0620C16ad6128
Octal33102601420142625514150
Binary11110010001011000011000100110010110101011011100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03C8B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,200,176); }

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

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

 a { background-color: rgb(3,200,176); }

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

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

 span { border-color: rgb(3,200,176); }

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