#08CA8D

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

Shades of Caribbean Green #08CA8D

Tints of Caribbean Green #08CA8D

Color information

#08CA8D (or 0x08CA8D) is unknown color: approx Caribbean Green. HEX triplet: 08, CA and 8D. RGB value is (8,202,141). Sum of RGB (Red+Green+Blue) = 8+202+141=351 (46% of max value = 765). Red value is 8 (3.52% from 255 or 2.28% from 351); Green value is 202 (79.30% from 255 or 57.55% from 351); Blue value is 141 (55.47% from 255 or 40.17% from 351); Max value from RGB is 202 - color contains mainly: green. Hex color #08CA8D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08CA8D is #F73572. Grayscale: #898989. Windows color (decimal): -16201075 or 9292296. OLE color: 9292296.

HSL color Cylindrical-coordinate representation of color #08CA8D: hue angle of 161.13º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08CA8D is Cyan = 0.96, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB8202141-
CMYK0.9600.300.21
HSL161.13º92.38%41.18%-
HSV(B)161.13º96.04%79.22%-
XYZ26.0344.2232.36-
YUV137.04130.2335.96-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.28%
GREEN value IS 202 (79.30% from 255) = 57.55%
BLUE value IS 141 (55.47% from 255) = 40.17%
R=2.28%
G=57.55%
B=40.17%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal82021410.9600.300.21161.1392.3841.18
Hex8CA8D6001E15a15c29
Octal103122151400362524113451
Binary10001100101010001101110000001111010101101000011011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08CA8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08CA8D; }

 p { color: rgb(8,202,141); }

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

<style>
 a { background-color: #08CA8D; }

 a { background-color: rgb(8,202,141); }

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

<style>
 span { border-color: #08CA8D; }

 span { border-color: rgb(8,202,141); }

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