#80DDCC

Color #80DDCC Riptide (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Riptide #80DDCC

Tints of Riptide #80DDCC

Color information

#80DDCC (or 0x80DDCC) is unknown color: approx Riptide. HEX triplet: 80, DD and CC. RGB value is (128,221,204). Sum of RGB (Red+Green+Blue) = 128+221+204=553 (73% of max value = 765). Red value is 128 (50.39% from 255 or 23.15% from 553); Green value is 221 (86.72% from 255 or 39.96% from 553); Blue value is 204 (80.08% from 255 or 36.89% from 553); Max value from RGB is 221 - color contains mainly: green. Hex color #80DDCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80DDCC is #7F2233. Grayscale: #BFBFBF. Windows color (decimal): -8331828 or 13426048. OLE color: 13426048.

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

Color convert

RGB128221204-
CMYK0.4200.080.13
HSL169.03º57.76%68.43%-
HSV(B)169.03º42.08%86.67%-
XYZ45.6660.6666.43-
YUV191.26135.1982.88-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 23.15%
GREEN value IS 221 (86.72% from 255) = 39.96%
BLUE value IS 204 (80.08% from 255) = 36.89%
R=23.15%
G=39.96%
B=36.89%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1282212040.4200.080.13169.0357.7668.43
Hex80DDCC2A08Da93a44
Octal200335314520101525172104
Binary100000001101110111001100101010010001101101010011110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80DDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #80DDCC;
 }
 .AnyTagClassName
 {
   color: #80DDCC;
 }
</style>
background-color css

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

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

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

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

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

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