Html Css Color HEX #80DED9 Riptide

📋 copy color: '#80DED9'

red 128 ◦ green 222 ◦ blue 217

#80DED9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Riptide #80DED9

Tints of Riptide #80DED9

RGB

 RED value IS 128 (50.39% from 255) = 22.57%

 GREEN value IS 222 (87.11% from 255) = 39.15%

 BLUE value IS 217 (85.16% from 255) = 38.27%

R = 22.57%
G = 39.15%
B = 38.27%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#80DED9 (or 0x80DED9) is known color: Riptide. HEX triplet: 80, DE and D9. RGB value is (128,222,217). Sum of RGB (Red+Green+Blue) = 128+222+217=567 (75% of max value = 765). Red value is 128 (50.39% from 255 or 22.57% from 567); Green value is 222 (87.11% from 255 or 39.15% from 567); Blue value is 217 (85.16% from 255 or 38.27% from 567); Max value from RGB is 222 - color contains mainly: green. Hex color #80DED9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80DED9 is #7F2126. Grayscale: #C1C1C1. Windows color (decimal): -8331559 or 14278272. OLE color: 14278272.

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

Color convert

RGB 128 222 217 -
CMYK 0.42 0 0.02 0.13
HSL 176.81º 0.59% 0.69% -
HSV(B) 176.81º 0.42% 0.87% -
XYZ 47.55 61.84 75.08 -
YUV 193.32 141.36 81.41 -
System Red Green Blue C M Y K H S L
Decimal 128 222 217 0.42 0 0.02 0.13 176.81 0.59 0.69
Hex 80 DE D9 2A 0 2 D B1 3B 45
Octal 200 336 331 52 0 2 15 261 73 105
Binary 10000000 11011110 11011001 101010 0 10 1101 10110001 111011 1000101

Color Harmonies of #80DED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80DED9

Black with #80DED9

Text Example


Text Example

White with #80DED9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,222,217); }

 H1.HeaderClassName
 {
   color: #80DED9;
 }
 .AnyTagClassName
 {
   color: #80DED9;
 }
</style>

background-color css

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

 a { background-color: rgb(128,222,217); }

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

border-color css

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

 span { border-color: rgb(128,222,217); }

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