Html Css Color HEX #08E1A4 Caribbean Green

📋 copy color: '#08E1A4'

red 8 ◦ green 225 ◦ blue 164

#08E1A4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Caribbean Green #08E1A4

Tints of Caribbean Green #08E1A4

RGB

 RED value IS 8 (3.52% from 255) = 2.02%

 GREEN value IS 225 (88.28% from 255) = 56.68%

 BLUE value IS 164 (64.45% from 255) = 41.31%

R = 2.02%
G = 56.68%
B = 41.31%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.27

 K value IS 0.12

RGB Variations

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

Color information

#08E1A4 (or 0x08E1A4) is known color: Caribbean Green. HEX triplet: 08, E1 and A4. RGB value is (8,225,164). Sum of RGB (Red+Green+Blue) = 8+225+164=397 (52% of max value = 765). Red value is 8 (3.52% from 255 or 2.02% from 397); Green value is 225 (88.28% from 255 or 56.68% from 397); Blue value is 164 (64.45% from 255 or 41.31% from 397); Max value from RGB is 225 - color contains mainly: green. Hex color #08E1A4 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08E1A4 is #F71E5B. Grayscale: #999999. Windows color (decimal): -16195164 or 10805512. OLE color: 10805512.

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

Color convert

RGB 8 225 164 -
CMYK 0.96 0 0.27 0.12
HSL 163.13º 0.93% 0.46% -
HSV(B) 163.13º 0.96% 0.88% -
XYZ 33.73 56.58 44.27 -
YUV 153.16 134.11 24.46 -
System Red Green Blue C M Y K H S L
Decimal 8 225 164 0.96 0 0.27 0.12 163.13 0.93 0.46
Hex 8 E1 A4 60 0 1B C A3 5D 2E
Octal 10 341 244 140 0 33 14 243 135 56
Binary 1000 11100001 10100100 1100000 0 11011 1100 10100011 1011101 101110

Color Harmonies of #08E1A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08E1A4

Black with #08E1A4

Text Example


Text Example

White with #08E1A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #08E1A4;
 }
 .AnyTagClassName
 {
   color: #08E1A4;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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