#80D8C6

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

Shades of Riptide #80D8C6

Tints of Riptide #80D8C6

Color information

#80D8C6 (or 0x80D8C6) is unknown color: approx Riptide. HEX triplet: 80, D8 and C6. RGB value is (128,216,198). Sum of RGB (Red+Green+Blue) = 128+216+198=542 (71% of max value = 765). Red value is 128 (50.39% from 255 or 23.62% from 542); Green value is 216 (84.77% from 255 or 39.85% from 542); Blue value is 198 (77.73% from 255 or 36.53% from 542); Max value from RGB is 216 - color contains mainly: green. Hex color #80D8C6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80D8C6 is #7F2739. Grayscale: #BBBBBB. Windows color (decimal): -8333114 or 13031552. OLE color: 13031552.

HSL color Cylindrical-coordinate representation of color #80D8C6: hue angle of 167.73º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #80D8C6 is Cyan = 0.41, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.15.

Color convert

RGB128216198-
CMYK0.4100.080.15
HSL167.73º53.01%67.45%-
HSV(B)167.73º40.74%84.71%-
XYZ43.6557.7862.28-
YUV187.64133.8585.46-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 23.62%
GREEN value IS 216 (84.77% from 255) = 39.85%
BLUE value IS 198 (77.73% from 255) = 36.53%
R=23.62%
G=39.85%
B=36.53%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1282161980.4100.080.15167.7353.0167.45
Hex80D8C62908Fa83543
Octal200330306510101725065103
Binary100000001101100011000110101001010001111101010001101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80D8C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,216,198); }

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

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

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

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

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

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

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