#08E3A4

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

Shades of Caribbean Green #08E3A4

Tints of Caribbean Green #08E3A4

Color information

#08E3A4 (or 0x08E3A4) is unknown color: approx Caribbean Green. HEX triplet: 08, E3 and A4. RGB value is (8,227,164). Sum of RGB (Red+Green+Blue) = 8+227+164=399 (52% of max value = 765). Red value is 8 (3.52% from 255 or 2.01% from 399); Green value is 227 (89.06% from 255 or 56.89% from 399); Blue value is 164 (64.45% from 255 or 41.10% from 399); Max value from RGB is 227 - color contains mainly: green. Hex color #08E3A4 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08E3A4 is #F71C5B. Grayscale: #9A9A9A. Windows color (decimal): -16194652 or 10806024. OLE color: 10806024.

HSL color Cylindrical-coordinate representation of color #08E3A4: hue angle of 162.74º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08E3A4 is Cyan = 0.96, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.11.

Color convert

RGB8227164-
CMYK0.9600.280.11
HSL162.74º93.19%46.08%-
HSV(B)162.74º96.48%89.02%-
XYZ34.2757.6744.45-
YUV154.34133.4523.62-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.01%
GREEN value IS 227 (89.06% from 255) = 56.89%
BLUE value IS 164 (64.45% from 255) = 41.10%
R=2.01%
G=56.89%
B=41.10%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal82271640.9600.280.11162.7493.1946.08
Hex8E3A46001CBa35d2e
Octal103432441400341324313556
Binary1000111000111010010011000000111001011101000111011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08E3A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,227,164); }

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

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

 a { background-color: rgb(8,227,164); }

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

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

 span { border-color: rgb(8,227,164); }

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