Html Css Color HEX #08DDA6 Caribbean Green

📋 copy color: '#08DDA6'

red 8 ◦ green 221 ◦ blue 166

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

Shades of Caribbean Green #08DDA6

Tints of Caribbean Green #08DDA6

RGB

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

 GREEN value IS 221 (86.72% from 255) = 55.95%

 BLUE value IS 166 (65.23% from 255) = 42.03%

R = 2.03%
G = 55.95%
B = 42.03%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#08DDA6 (or 0x08DDA6) is known color: Caribbean Green. HEX triplet: 08, DD and A6. RGB value is (8,221,166). Sum of RGB (Red+Green+Blue) = 8+221+166=395 (52% of max value = 765). Red value is 8 (3.52% from 255 or 2.03% from 395); Green value is 221 (86.72% from 255 or 55.95% from 395); Blue value is 166 (65.23% from 255 or 42.03% from 395); Max value from RGB is 221 - color contains mainly: green. Hex color #08DDA6 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08DDA6 is #F72259. Grayscale: #979797. Windows color (decimal): -16196186 or 10935560. OLE color: 10935560.

HSL color Cylindrical-coordinate representation of color #08DDA6: hue angle of 164.51º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08DDA6 is Cyan = 0.96, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.

Color convert

RGB 8 221 166 -
CMYK 0.96 0 0.25 0.13
HSL 164.51º 0.93% 0.45% -
HSV(B) 164.51º 0.96% 0.87% -
XYZ 32.84 54.52 44.87 -
YUV 151.04 136.43 25.97 -
System Red Green Blue C M Y K H S L
Decimal 8 221 166 0.96 0 0.25 0.13 164.51 0.93 0.45
Hex 8 DD A6 60 0 19 D A5 5D 2D
Octal 10 335 246 140 0 31 15 245 135 55
Binary 1000 11011101 10100110 1100000 0 11001 1101 10100101 1011101 101101

Color Harmonies of #08DDA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08DDA6

Black with #08DDA6

Text Example


Text Example

White with #08DDA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,221,166); }

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

background-color css

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

 a { background-color: rgb(8,221,166); }

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

border-color css

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

 span { border-color: rgb(8,221,166); }

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