#80DFCB

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

Shades of Riptide #80DFCB

Tints of Riptide #80DFCB

Color information

#80DFCB (or 0x80DFCB) is unknown color: approx Riptide. HEX triplet: 80, DF and CB. RGB value is (128,223,203). Sum of RGB (Red+Green+Blue) = 128+223+203=554 (73% of max value = 765). Red value is 128 (50.39% from 255 or 23.10% from 554); Green value is 223 (87.5% from 255 or 40.25% from 554); Blue value is 203 (79.69% from 255 or 36.64% from 554); Max value from RGB is 223 - color contains mainly: green. Hex color #80DFCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80DFCB is #7F2034. Grayscale: #C0C0C0. Windows color (decimal): -8331317 or 13361024. OLE color: 13361024.

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

Color convert

RGB128223203-
CMYK0.4300.090.13
HSL167.37º59.75%68.82%-
HSV(B)167.37º42.6%87.45%-
XYZ46.0761.6865.98-
YUV192.31134.0382.13-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 23.10%
GREEN value IS 223 (87.5% from 255) = 40.25%
BLUE value IS 203 (79.69% from 255) = 36.64%
R=23.10%
G=40.25%
B=36.64%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1282232030.4300.090.13167.3759.7568.82
Hex80DFCB2B09Da73c45
Octal200337313530111524774105
Binary100000001101111111001011101011010011101101001111111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80DFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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