#80DDCA

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

Shades of Riptide #80DDCA

Tints of Riptide #80DDCA

Color information

#80DDCA (or 0x80DDCA) is unknown color: approx Riptide. HEX triplet: 80, DD and CA. RGB value is (128,221,202). Sum of RGB (Red+Green+Blue) = 128+221+202=551 (72% of max value = 765). Red value is 128 (50.39% from 255 or 23.23% from 551); Green value is 221 (86.72% from 255 or 40.11% from 551); Blue value is 202 (79.30% from 255 or 36.66% from 551); Max value from RGB is 221 - color contains mainly: green. Hex color #80DDCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80DDCA is #7F2235. Grayscale: #BFBFBF. Windows color (decimal): -8331830 or 13294976. OLE color: 13294976.

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

Color convert

RGB128221202-
CMYK0.4200.090.13
HSL167.74º57.76%68.43%-
HSV(B)167.74º42.08%86.67%-
XYZ45.4260.5765.17-
YUV191.03134.1983.04-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 23.23%
GREEN value IS 221 (86.72% from 255) = 40.11%
BLUE value IS 202 (79.30% from 255) = 36.66%
R=23.23%
G=40.11%
B=36.66%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1282212020.4200.090.13167.7457.7668.43
Hex80DDCA2A09Da83a44
Octal200335312520111525072104
Binary100000001101110111001010101010010011101101010001110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80DDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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