Html Css Color HEX #80DED6 Riptide

📋 copy color: '#80DED6'

red 128 ◦ green 222 ◦ blue 214

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

Shades of Riptide #80DED6

Tints of Riptide #80DED6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 37.94%

R = 22.7%
G = 39.36%
B = 37.94%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#80DED6 (or 0x80DED6) is known color: Riptide. HEX triplet: 80, DE and D6. RGB value is (128,222,214). Sum of RGB (Red+Green+Blue) = 128+222+214=564 (74% of max value = 765). Red value is 128 (50.39% from 255 or 22.70% from 564); Green value is 222 (87.11% from 255 or 39.36% from 564); Blue value is 214 (83.98% from 255 or 37.94% from 564); Max value from RGB is 222 - color contains mainly: green. Hex color #80DED6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80DED6 is #7F2129. Grayscale: #C0C0C0. Windows color (decimal): -8331562 or 14081664. OLE color: 14081664.

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

Color convert

RGB 128 222 214 -
CMYK 0.42 0 0.04 0.13
HSL 174.89º 0.59% 0.69% -
HSV(B) 174.89º 0.42% 0.87% -
XYZ 47.16 61.69 73.04 -
YUV 192.98 139.86 81.65 -
System Red Green Blue C M Y K H S L
Decimal 128 222 214 0.42 0 0.04 0.13 174.89 0.59 0.69
Hex 80 DE D6 2A 0 4 D AF 3B 45
Octal 200 336 326 52 0 4 15 257 73 105
Binary 10000000 11011110 11010110 101010 0 100 1101 10101111 111011 1000101

Color Harmonies of #80DED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80DED6

Black with #80DED6

Text Example


Text Example

White with #80DED6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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