#80E6CB

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

Shades of Riptide #80E6CB

Tints of Riptide #80E6CB

Color information

#80E6CB (or 0x80E6CB) is unknown color: approx Riptide. HEX triplet: 80, E6 and CB. RGB value is (128,230,203). Sum of RGB (Red+Green+Blue) = 128+230+203=561 (74% of max value = 765). Red value is 128 (50.39% from 255 or 22.82% from 561); Green value is 230 (90.23% from 255 or 41.00% from 561); Blue value is 203 (79.69% from 255 or 36.19% from 561); Max value from RGB is 230 - color contains mainly: green. Hex color #80E6CB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80E6CB is #7F1934. Grayscale: #C4C4C4. Windows color (decimal): -8329525 or 13362816. OLE color: 13362816.

HSL color Cylindrical-coordinate representation of color #80E6CB: hue angle of 164.12º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #80E6CB is Cyan = 0.44, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.10.

Color convert

RGB128230203-
CMYK0.4400.120.10
HSL164.12º67.11%70.2%-
HSV(B)164.12º44.35%90.2%-
XYZ47.9865.4966.61-
YUV196.42131.7179.2-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 22.82%
GREEN value IS 230 (90.23% from 255) = 41.00%
BLUE value IS 203 (79.69% from 255) = 36.19%
R=22.82%
G=41.00%
B=36.19%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1282302030.4400.120.10164.1267.1170.2
Hex80E6CB2C0CAa44346
Octal2003463135401412244103106
Binary1000000011100110110010111011000110010101010010010000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80E6CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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