Html Css Color HEX #80DDDD Spray

📋 copy color: '#80DDDD'

red 128 ◦ green 221 ◦ blue 221

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

Shades of Spray #80DDDD

Tints of Spray #80DDDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 38.77%

R = 22.46%
G = 38.77%
B = 38.77%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#80DDDD (or 0x80DDDD) is known color: Spray. HEX triplet: 80, DD and DD. RGB value is (128,221,221). Sum of RGB (Red+Green+Blue) = 128+221+221=570 (75% of max value = 765). Red value is 128 (50.39% from 255 or 22.46% from 570); Green value is 221 (86.72% from 255 or 38.77% from 570); Blue value is 221 (86.72% from 255 or 38.77% from 570); Max value from RGB is 221 - color contains mainly: green, blue. Hex color #80DDDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80DDDD is #7F2222. Grayscale: #C1C1C1. Windows color (decimal): -8331811 or 14540160. OLE color: 14540160.

HSL color Cylindrical-coordinate representation of color #80DDDD: hue angle of 180º 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 #80DDDD is Cyan = 0.42, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 128 221 221 -
CMYK 0.42 0 0 0.13
HSL 180º 0.58% 0.68% -
HSV(B) 180º 0.42% 0.87% -
XYZ 47.81 61.52 77.76 -
YUV 193.19 143.69 81.5 -
System Red Green Blue C M Y K H S L
Decimal 128 221 221 0.42 0 0 0.13 180 0.58 0.68
Hex 80 DD DD 2A 0 0 D B4 3A 44
Octal 200 335 335 52 0 0 15 264 72 104
Binary 10000000 11011101 11011101 101010 0 0 1101 10110100 111010 1000100

Color Harmonies of #80DDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80DDDD

Black with #80DDDD

Text Example


Text Example

White with #80DDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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