#00CBA2

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

Shades of Caribbean Green #00CBA2

Tints of Caribbean Green #00CBA2

Color information

#00CBA2 (or 0x00CBA2) is unknown color: approx Caribbean Green. HEX triplet: 00, CB and A2. RGB value is (0,203,162). Sum of RGB (Red+Green+Blue) = 0+203+162=365 (48% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 365); Green value is 203 (79.69% from 255 or 55.62% from 365); Blue value is 162 (63.67% from 255 or 44.38% from 365); Max value from RGB is 203 - color contains mainly: green. Hex color #00CBA2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00CBA2 is #FF345D. Grayscale: #898989. Windows color (decimal): -16725086 or 10668800. OLE color: 10668800.

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

Color convert

RGB0203162-
CMYK100.200.20
HSL167.88º100%39.8%-
HSV(B)167.88º100%79.61%-
XYZ27.8845.3241.46-
YUV137.63141.7529.83-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 203 (79.69% from 255) = 55.62%
BLUE value IS 162 (63.67% from 255) = 44.38%
R=0%
G=55.62%
B=44.38%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal0203162100.200.20167.8810039.8
Hex0CBA26401414a86428
Octal03132421440242425014450
Binary01100101110100010110010001010010100101010001100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00CBA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00CBA2; }

 p { color: rgb(0,203,162); }

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

<style>
 a { background-color: #00CBA2; }

 a { background-color: rgb(0,203,162); }

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

<style>
 span { border-color: #00CBA2; }

 span { border-color: rgb(0,203,162); }

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