#80D9CD

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

Shades of Riptide #80D9CD

Tints of Riptide #80D9CD

Color information

#80D9CD (or 0x80D9CD) is unknown color: approx Riptide. HEX triplet: 80, D9 and CD. RGB value is (128,217,205). Sum of RGB (Red+Green+Blue) = 128+217+205=550 (72% of max value = 765). Red value is 128 (50.39% from 255 or 23.27% from 550); Green value is 217 (85.16% from 255 or 39.45% from 550); Blue value is 205 (80.47% from 255 or 37.27% from 550); Max value from RGB is 217 - color contains mainly: green. Hex color #80D9CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80D9CD is #7F2632. Grayscale: #BCBCBC. Windows color (decimal): -8332851 or 13490560. OLE color: 13490560.

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

Color convert

RGB128217205-
CMYK0.4100.060.15
HSL171.91º53.94%67.65%-
HSV(B)171.91º41.01%85.1%-
XYZ44.7358.6266.72-
YUV189.02137.0184.48-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 23.27%
GREEN value IS 217 (85.16% from 255) = 39.45%
BLUE value IS 205 (80.47% from 255) = 37.27%
R=23.27%
G=39.45%
B=37.27%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1282172050.4100.060.15171.9153.9467.65
Hex80D9CD2906Fac3644
Octal20033131551061725466104
Binary10000000110110011100110110100101101111101011001101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80D9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,217,205); }

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

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

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

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

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

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

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