Html Css Color HEX #08E0B1 Caribbean Green

📋 copy color: '#08E0B1'

red 8 ◦ green 224 ◦ blue 177

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

Shades of Caribbean Green #08E0B1

Tints of Caribbean Green #08E0B1

RGB

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

 GREEN value IS 224 (87.89% from 255) = 54.77%

 BLUE value IS 177 (69.53% from 255) = 43.28%

R = 1.96%
G = 54.77%
B = 43.28%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.21

 K value IS 0.12

RGB Variations

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

Color information

#08E0B1 (or 0x08E0B1) is known color: Caribbean Green. HEX triplet: 08, E0 and B1. RGB value is (8,224,177). Sum of RGB (Red+Green+Blue) = 8+224+177=409 (54% of max value = 765). Red value is 8 (3.52% from 255 or 1.96% from 409); Green value is 224 (87.89% from 255 or 54.77% from 409); Blue value is 177 (69.53% from 255 or 43.28% from 409); Max value from RGB is 224 - color contains mainly: green. Hex color #08E0B1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08E0B1 is #F71F4E. Grayscale: #9A9A9A. Windows color (decimal): -16195407 or 11657224. OLE color: 11657224.

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

Color convert

RGB 8 224 177 -
CMYK 0.96 0 0.21 0.12
HSL 166.94º 0.93% 0.45% -
HSV(B) 166.94º 0.96% 0.88% -
XYZ 34.69 56.54 50.68 -
YUV 154.06 140.94 23.82 -
System Red Green Blue C M Y K H S L
Decimal 8 224 177 0.96 0 0.21 0.12 166.94 0.93 0.45
Hex 8 E0 B1 60 0 15 C A7 5D 2D
Octal 10 340 261 140 0 25 14 247 135 55
Binary 1000 11100000 10110001 1100000 0 10101 1100 10100111 1011101 101101

Color Harmonies of #08E0B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08E0B1

Black with #08E0B1

Text Example


Text Example

White with #08E0B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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