#80E0CC

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

Shades of Riptide #80E0CC

Tints of Riptide #80E0CC

Color information

#80E0CC (or 0x80E0CC) is unknown color: approx Riptide. HEX triplet: 80, E0 and CC. RGB value is (128,224,204). Sum of RGB (Red+Green+Blue) = 128+224+204=556 (73% of max value = 765). Red value is 128 (50.39% from 255 or 23.02% from 556); Green value is 224 (87.89% from 255 or 40.29% from 556); Blue value is 204 (80.08% from 255 or 36.69% from 556); Max value from RGB is 224 - color contains mainly: green. Hex color #80E0CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80E0CC is #7F1F33. Grayscale: #C1C1C1. Windows color (decimal): -8331060 or 13426816. OLE color: 13426816.

HSL color Cylindrical-coordinate representation of color #80E0CC: hue angle of 167.5º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #80E0CC is Cyan = 0.43, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB128224204-
CMYK0.4300.090.12
HSL167.5º60.76%69.02%-
HSV(B)167.5º42.86%87.84%-
XYZ46.4662.2666.7-
YUV193.02134.281.63-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 23.02%
GREEN value IS 224 (87.89% from 255) = 40.29%
BLUE value IS 204 (80.08% from 255) = 36.69%
R=23.02%
G=40.29%
B=36.69%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1282242040.4300.090.12167.560.7669.02
Hex80E0CC2B09Ca83d45
Octal200340314530111425075105
Binary100000001110000011001100101011010011100101010001111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80E0CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,224,204); }

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

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

 a { background-color: rgb(128,224,204); }

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

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

 span { border-color: rgb(128,224,204); }

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