#00CB8F

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

Shades of Caribbean Green #00CB8F

Tints of Caribbean Green #00CB8F

Color information

#00CB8F (or 0x00CB8F) is unknown color: approx Caribbean Green. HEX triplet: 00, CB and 8F. RGB value is (0,203,143). Sum of RGB (Red+Green+Blue) = 0+203+143=346 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 346); Green value is 203 (79.69% from 255 or 58.67% from 346); Blue value is 143 (56.25% from 255 or 41.33% from 346); Max value from RGB is 203 - color contains mainly: green. Hex color #00CB8F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00CB8F is #FF3470. Grayscale: #878787. Windows color (decimal): -16725105 or 9423616. OLE color: 9423616.

HSL color Cylindrical-coordinate representation of color #00CB8F: hue angle of 162.27º 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 #00CB8F is Cyan = 1, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.20.

Color convert

RGB0203143-
CMYK100.300.20
HSL162.27º100%39.8%-
HSV(B)162.27º100%79.61%-
XYZ26.3144.733.23-
YUV135.46132.2531.38-

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) = 58.67%
BLUE value IS 143 (56.25% from 255) = 41.33%
R=0%
G=58.67%
B=41.33%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal0203143100.300.20162.2710039.8
Hex0CB8F6401E14a26428
Octal03132171440362424214450
Binary01100101110001111110010001111010100101000101100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00CB8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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