#08E0B3

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

Shades of Caribbean Green #08E0B3

Tints of Caribbean Green #08E0B3

Color information

#08E0B3 (or 0x08E0B3) is unknown color: approx Caribbean Green. HEX triplet: 08, E0 and B3. RGB value is (8,224,179). Sum of RGB (Red+Green+Blue) = 8+224+179=411 (54% of max value = 765). Red value is 8 (3.52% from 255 or 1.95% from 411); Green value is 224 (87.89% from 255 or 54.50% from 411); Blue value is 179 (70.31% from 255 or 43.55% from 411); Max value from RGB is 224 - color contains mainly: green. Hex color #08E0B3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08E0B3 is #F71F4C. Grayscale: #9A9A9A. Windows color (decimal): -16195405 or 11788296. OLE color: 11788296.

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

Color convert

RGB8224179-
CMYK0.9600.200.12
HSL167.5º93.1%45.49%-
HSV(B)167.5º96.43%87.84%-
XYZ34.8956.6251.74-
YUV154.29141.9423.66-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 1.95%
GREEN value IS 224 (87.89% from 255) = 54.50%
BLUE value IS 179 (70.31% from 255) = 43.55%
R=1.95%
G=54.50%
B=43.55%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal82241790.9600.200.12167.593.145.49
Hex8E0B360014Ca85d2d
Octal103402631400241425013555
Binary1000111000001011001111000000101001100101010001011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08E0B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,224,179); }

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

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

 a { background-color: rgb(8,224,179); }

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

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

 span { border-color: rgb(8,224,179); }

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