#80D8CB

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

Shades of Riptide #80D8CB

Tints of Riptide #80D8CB

Color information

#80D8CB (or 0x80D8CB) is unknown color: approx Riptide. HEX triplet: 80, D8 and CB. RGB value is (128,216,203). Sum of RGB (Red+Green+Blue) = 128+216+203=547 (72% of max value = 765). Red value is 128 (50.39% from 255 or 23.40% from 547); Green value is 216 (84.77% from 255 or 39.49% from 547); Blue value is 203 (79.69% from 255 or 37.11% from 547); Max value from RGB is 216 - color contains mainly: green. Hex color #80D8CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80D8CB is #7F2734. Grayscale: #BCBCBC. Windows color (decimal): -8333109 or 13359232. OLE color: 13359232.

HSL color Cylindrical-coordinate representation of color #80D8CB: hue angle of 171.14º 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 #80D8CB is Cyan = 0.41, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB128216203-
CMYK0.4100.060.15
HSL171.14º53.01%67.45%-
HSV(B)171.14º40.74%84.71%-
XYZ44.2458.0165.37-
YUV188.21136.3585.06-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 23.40%
GREEN value IS 216 (84.77% from 255) = 39.49%
BLUE value IS 203 (79.69% from 255) = 37.11%
R=23.40%
G=39.49%
B=37.11%

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
Decimal1282162030.4100.060.15171.1453.0167.45
Hex80D8CB2906Fab3543
Octal20033031351061725365103
Binary10000000110110001100101110100101101111101010111101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80D8CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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