#08E3A5

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

Shades of Caribbean Green #08E3A5

Tints of Caribbean Green #08E3A5

Color information

#08E3A5 (or 0x08E3A5) is unknown color: approx Caribbean Green. HEX triplet: 08, E3 and A5. RGB value is (8,227,165). Sum of RGB (Red+Green+Blue) = 8+227+165=400 (52% of max value = 765). Red value is 8 (3.52% from 255 or 2% from 400); Green value is 227 (89.06% from 255 or 56.75% from 400); Blue value is 165 (64.84% from 255 or 41.25% from 400); Max value from RGB is 227 - color contains mainly: green. Hex color #08E3A5 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08E3A5 is #F71C5A. Grayscale: #9A9A9A. Windows color (decimal): -16194651 or 10871560. OLE color: 10871560.

HSL color Cylindrical-coordinate representation of color #08E3A5: hue angle of 163.01º 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 #08E3A5 is Cyan = 0.96, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.11.

Color convert

RGB8227165-
CMYK0.9600.270.11
HSL163.01º93.19%46.08%-
HSV(B)163.01º96.48%89.02%-
XYZ34.3657.7144.92-
YUV154.45133.9523.54-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2%
GREEN value IS 227 (89.06% from 255) = 56.75%
BLUE value IS 165 (64.84% from 255) = 41.25%
R=2%
G=56.75%
B=41.25%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal82271650.9600.270.11163.0193.1946.08
Hex8E3A56001BBa35d2e
Octal103432451400331324313556
Binary1000111000111010010111000000110111011101000111011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08E3A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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