#08DE9A

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

Shades of Caribbean Green #08DE9A

Tints of Caribbean Green #08DE9A

Color information

#08DE9A (or 0x08DE9A) is unknown color: approx Caribbean Green. HEX triplet: 08, DE and 9A. RGB value is (8,222,154). Sum of RGB (Red+Green+Blue) = 8+222+154=384 (50% of max value = 765). Red value is 8 (3.52% from 255 or 2.08% from 384); Green value is 222 (87.11% from 255 or 57.81% from 384); Blue value is 154 (60.55% from 255 or 40.10% from 384); Max value from RGB is 222 - color contains mainly: green. Hex color #08DE9A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08DE9A is #F72165. Grayscale: #969696. Windows color (decimal): -16195942 or 10149384. OLE color: 10149384.

HSL color Cylindrical-coordinate representation of color #08DE9A: hue angle of 160.93º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08DE9A is Cyan = 0.96, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.13.

Color convert

RGB8222154-
CMYK0.9600.310.13
HSL160.93º93.04%45.1%-
HSV(B)160.93º96.4%87.06%-
XYZ32.0554.6339.43-
YUV150.26130.126.53-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.08%
GREEN value IS 222 (87.11% from 255) = 57.81%
BLUE value IS 154 (60.55% from 255) = 40.10%
R=2.08%
G=57.81%
B=40.10%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal82221540.9600.310.13160.9393.0445.1
Hex8DE9A6001FDa15d2d
Octal103362321400371524113555
Binary1000110111101001101011000000111111101101000011011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08DE9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,222,154); }

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

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

 a { background-color: rgb(8,222,154); }

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

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

 span { border-color: rgb(8,222,154); }

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