Html Css Color HEX #08D9A1 Caribbean Green

📋 copy color: '#08D9A1'

red 8 ◦ green 217 ◦ blue 161

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

Shades of Caribbean Green #08D9A1

Tints of Caribbean Green #08D9A1

RGB

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

 GREEN value IS 217 (85.16% from 255) = 56.22%

 BLUE value IS 161 (63.28% from 255) = 41.71%

R = 2.07%
G = 56.22%
B = 41.71%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.26

 K value IS 0.15

RGB Variations

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

Color information

#08D9A1 (or 0x08D9A1) is known color: Caribbean Green. HEX triplet: 08, D9 and A1. RGB value is (8,217,161). Sum of RGB (Red+Green+Blue) = 8+217+161=386 (51% of max value = 765). Red value is 8 (3.52% from 255 or 2.07% from 386); Green value is 217 (85.16% from 255 or 56.22% from 386); Blue value is 161 (63.28% from 255 or 41.71% from 386); Max value from RGB is 217 - color contains mainly: green. Hex color #08D9A1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08D9A1 is #F7265E. Grayscale: #949494. Windows color (decimal): -16197215 or 10606856. OLE color: 10606856.

HSL color Cylindrical-coordinate representation of color #08D9A1: hue angle of 163.92º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08D9A1 is Cyan = 0.96, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.15.

Color convert

RGB 8 217 161 -
CMYK 0.96 0 0.26 0.15
HSL 163.92º 0.93% 0.44% -
HSV(B) 163.92º 0.96% 0.85% -
XYZ 31.35 52.25 42.15 -
YUV 148.13 135.26 28.05 -
System Red Green Blue C M Y K H S L
Decimal 8 217 161 0.96 0 0.26 0.15 163.92 0.93 0.44
Hex 8 D9 A1 60 0 1A F A4 5D 2C
Octal 10 331 241 140 0 32 17 244 135 54
Binary 1000 11011001 10100001 1100000 0 11010 1111 10100100 1011101 101100

Color Harmonies of #08D9A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08D9A1

Black with #08D9A1

Text Example


Text Example

White with #08D9A1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,217,161); }

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

background-color css

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

 a { background-color: rgb(8,217,161); }

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

border-color css

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

 span { border-color: rgb(8,217,161); }

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