Html Css Color HEX #80DDDC Spray

📋 copy color: '#80DDDC'

red 128 ◦ green 221 ◦ blue 220

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

Shades of Spray #80DDDC

Tints of Spray #80DDDC

RGB

 RED value IS 128 (50.39% from 255) = 22.5%

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

 BLUE value IS 220 (86.33% from 255) = 38.66%

R = 22.5%
G = 38.84%
B = 38.66%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#80DDDC (or 0x80DDDC) is known color: Spray. HEX triplet: 80, DD and DC. RGB value is (128,221,220). Sum of RGB (Red+Green+Blue) = 128+221+220=569 (75% of max value = 765). Red value is 128 (50.39% from 255 or 22.50% from 569); Green value is 221 (86.72% from 255 or 38.84% from 569); Blue value is 220 (86.33% from 255 or 38.66% from 569); Max value from RGB is 221 - color contains mainly: green. Hex color #80DDDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80DDDC is #7F2223. Grayscale: #C0C0C0. Windows color (decimal): -8331812 or 14474624. OLE color: 14474624.

HSL color Cylindrical-coordinate representation of color #80DDDC: hue angle of 179.35º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #80DDDC is Cyan = 0.42, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB 128 221 220 -
CMYK 0.42 0 0.00 0.13
HSL 179.35º 0.58% 0.68% -
HSV(B) 179.35º 0.42% 0.87% -
XYZ 47.68 61.47 77.06 -
YUV 193.08 143.19 81.58 -
System Red Green Blue C M Y K H S L
Decimal 128 221 220 0.42 0 0.00 0.13 179.35 0.58 0.68
Hex 80 DD DC 2A 0 0 D B3 3A 44
Octal 200 335 334 52 0 0 15 263 72 104
Binary 10000000 11011101 11011100 101010 0 0 1101 10110011 111010 1000100

Color Harmonies of #80DDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80DDDC

Black with #80DDDC

Text Example


Text Example

White with #80DDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80DDDC; }

 p { color: rgb(128,221,220); }

 H1.HeaderClassName
 {
   color: #80DDDC;
 }
 .AnyTagClassName
 {
   color: #80DDDC;
 }
</style>

background-color css

<style>
 a { background-color: #80DDDC; }

 a { background-color: rgb(128,221,220); }

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

border-color css

<style>
 span { border-color: #80DDDC; }

 span { border-color: rgb(128,221,220); }

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