Html Css Color HEX #08DD9D Caribbean Green

📋 copy color: '#08DD9D'

red 8 ◦ green 221 ◦ blue 157

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

Shades of Caribbean Green #08DD9D

Tints of Caribbean Green #08DD9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 40.67%

R = 2.07%
G = 57.25%
B = 40.67%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#08DD9D (or 0x08DD9D) is known color: Caribbean Green. HEX triplet: 08, DD and 9D. RGB value is (8,221,157). Sum of RGB (Red+Green+Blue) = 8+221+157=386 (51% of max value = 765). Red value is 8 (3.52% from 255 or 2.07% from 386); Green value is 221 (86.72% from 255 or 57.25% from 386); Blue value is 157 (61.72% from 255 or 40.67% from 386); Max value from RGB is 221 - color contains mainly: green. Hex color #08DD9D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08DD9D is #F72262. Grayscale: #969696. Windows color (decimal): -16196195 or 10345736. OLE color: 10345736.

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

Color convert

RGB 8 221 157 -
CMYK 0.96 0 0.29 0.13
HSL 161.97º 0.93% 0.45% -
HSV(B) 161.97º 0.96% 0.87% -
XYZ 32.04 54.2 40.67 -
YUV 150.02 131.93 26.7 -
System Red Green Blue C M Y K H S L
Decimal 8 221 157 0.96 0 0.29 0.13 161.97 0.93 0.45
Hex 8 DD 9D 60 0 1D D A2 5D 2D
Octal 10 335 235 140 0 35 15 242 135 55
Binary 1000 11011101 10011101 1100000 0 11101 1101 10100010 1011101 101101

Color Harmonies of #08DD9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08DD9D

Black with #08DD9D

Text Example


Text Example

White with #08DD9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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