Html Css Color HEX #08E1A5 Caribbean Green

📋 copy color: '#08E1A5'

red 8 ◦ green 225 ◦ blue 165

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

Shades of Caribbean Green #08E1A5

Tints of Caribbean Green #08E1A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 41.46%

R = 2.01%
G = 56.53%
B = 41.46%

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

#08E1A5 (or 0x08E1A5) is known color: Caribbean Green. HEX triplet: 08, E1 and A5. RGB value is (8,225,165). Sum of RGB (Red+Green+Blue) = 8+225+165=398 (52% of max value = 765). Red value is 8 (3.52% from 255 or 2.01% from 398); Green value is 225 (88.28% from 255 or 56.53% from 398); Blue value is 165 (64.84% from 255 or 41.46% from 398); Max value from RGB is 225 - color contains mainly: green. Hex color #08E1A5 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08E1A5 is #F71E5A. Grayscale: #999999. Windows color (decimal): -16195163 or 10871048. OLE color: 10871048.

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

Color convert

RGB 8 225 165 -
CMYK 0.96 0 0.27 0.12
HSL 163.41º 0.93% 0.46% -
HSV(B) 163.41º 0.96% 0.88% -
XYZ 33.82 56.62 44.74 -
YUV 153.28 134.61 24.38 -
System Red Green Blue C M Y K H S L
Decimal 8 225 165 0.96 0 0.27 0.12 163.41 0.93 0.46
Hex 8 E1 A5 60 0 1B C A3 5D 2E
Octal 10 341 245 140 0 33 14 243 135 56
Binary 1000 11100001 10100101 1100000 0 11011 1100 10100011 1011101 101110

Color Harmonies of #08E1A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08E1A5

Black with #08E1A5

Text Example


Text Example

White with #08E1A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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