#80DFCE

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

Shades of Riptide #80DFCE

Tints of Riptide #80DFCE

Color information

#80DFCE (or 0x80DFCE) is unknown color: approx Riptide. HEX triplet: 80, DF and CE. RGB value is (128,223,206). Sum of RGB (Red+Green+Blue) = 128+223+206=557 (73% of max value = 765). Red value is 128 (50.39% from 255 or 22.98% from 557); Green value is 223 (87.5% from 255 or 40.04% from 557); Blue value is 206 (80.86% from 255 or 36.98% from 557); Max value from RGB is 223 - color contains mainly: green. Hex color #80DFCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80DFCE is #7F2031. Grayscale: #C0C0C0. Windows color (decimal): -8331314 or 13557632. OLE color: 13557632.

HSL color Cylindrical-coordinate representation of color #80DFCE: hue angle of 169.26º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #80DFCE is Cyan = 0.43, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB128223206-
CMYK0.4300.080.13
HSL169.26º59.75%68.82%-
HSV(B)169.26º42.6%87.45%-
XYZ46.4361.8267.88-
YUV192.66135.5381.88-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 22.98%
GREEN value IS 223 (87.5% from 255) = 40.04%
BLUE value IS 206 (80.86% from 255) = 36.98%
R=22.98%
G=40.04%
B=36.98%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1282232060.4300.080.13169.2659.7568.82
Hex80DFCE2B08Da93c45
Octal200337316530101525174105
Binary100000001101111111001110101011010001101101010011111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80DFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,223,206); }

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

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

 a { background-color: rgb(128,223,206); }

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

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

 span { border-color: rgb(128,223,206); }

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