#80DFC0

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

Shades of Riptide #80DFC0

Tints of Riptide #80DFC0

Color information

#80DFC0 (or 0x80DFC0) is unknown color: approx Riptide. HEX triplet: 80, DF and C0. RGB value is (128,223,192). Sum of RGB (Red+Green+Blue) = 128+223+192=543 (71% of max value = 765). Red value is 128 (50.39% from 255 or 23.57% from 543); Green value is 223 (87.5% from 255 or 41.07% from 543); Blue value is 192 (75.39% from 255 or 35.36% from 543); Max value from RGB is 223 - color contains mainly: green. Hex color #80DFC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80DFC0 is #7F203F. Grayscale: #BFBFBF. Windows color (decimal): -8331328 or 12640128. OLE color: 12640128.

HSL color Cylindrical-coordinate representation of color #80DFC0: hue angle of 160.42º 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 #80DFC0 is Cyan = 0.43, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB128223192-
CMYK0.4300.140.13
HSL160.42º59.75%68.82%-
HSV(B)160.42º42.6%87.45%-
XYZ44.861.1759.31-
YUV191.06128.5383.02-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 23.57%
GREEN value IS 223 (87.5% from 255) = 41.07%
BLUE value IS 192 (75.39% from 255) = 35.36%
R=23.57%
G=41.07%
B=35.36%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1282231920.4300.140.13160.4259.7568.82
Hex80DFC02B0EDa03c45
Octal200337300530161524074105
Binary100000001101111111000000101011011101101101000001111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80DFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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