Html Css Color HEX #08DD8A Caribbean Green

📋 copy color: '#08DD8A'

red 8 ◦ green 221 ◦ blue 138

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

Shades of Caribbean Green #08DD8A

Tints of Caribbean Green #08DD8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 37.6%

R = 2.18%
G = 60.22%
B = 37.6%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#08DD8A (or 0x08DD8A) is known color: Caribbean Green. HEX triplet: 08, DD and 8A. RGB value is (8,221,138). Sum of RGB (Red+Green+Blue) = 8+221+138=367 (48% of max value = 765). Red value is 8 (3.52% from 255 or 2.18% from 367); Green value is 221 (86.72% from 255 or 60.22% from 367); Blue value is 138 (54.30% from 255 or 37.60% from 367); Max value from RGB is 221 - color contains mainly: green. Hex color #08DD8A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08DD8A is #F72275. Grayscale: #939393. Windows color (decimal): -16196214 or 9100552. OLE color: 9100552.

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

Color convert

RGB 8 221 138 -
CMYK 0.96 0 0.38 0.13
HSL 156.62º 0.93% 0.45% -
HSV(B) 156.62º 0.96% 0.87% -
XYZ 30.54 53.6 32.78 -
YUV 147.85 122.43 28.25 -
System Red Green Blue C M Y K H S L
Decimal 8 221 138 0.96 0 0.38 0.13 156.62 0.93 0.45
Hex 8 DD 8A 60 0 26 D 9D 5D 2D
Octal 10 335 212 140 0 46 15 235 135 55
Binary 1000 11011101 10001010 1100000 0 100110 1101 10011101 1011101 101101

Color Harmonies of #08DD8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08DD8A

Black with #08DD8A

Text Example


Text Example

White with #08DD8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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