Html Css Color HEX #80DED5 Riptide

📋 copy color: '#80DED5'

red 128 ◦ green 222 ◦ blue 213

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

Shades of Riptide #80DED5

Tints of Riptide #80DED5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 37.83%

R = 22.74%
G = 39.43%
B = 37.83%

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

#80DED5 (or 0x80DED5) is known color: Riptide. HEX triplet: 80, DE and D5. RGB value is (128,222,213). Sum of RGB (Red+Green+Blue) = 128+222+213=563 (74% of max value = 765). Red value is 128 (50.39% from 255 or 22.74% from 563); Green value is 222 (87.11% from 255 or 39.43% from 563); Blue value is 213 (83.59% from 255 or 37.83% from 563); Max value from RGB is 222 - color contains mainly: green. Hex color #80DED5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80DED5 is #7F212A. Grayscale: #C0C0C0. Windows color (decimal): -8331563 or 14016128. OLE color: 14016128.

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

Color convert

RGB 128 222 213 -
CMYK 0.42 0 0.04 0.13
HSL 174.26º 0.59% 0.69% -
HSV(B) 174.26º 0.42% 0.87% -
XYZ 47.03 61.64 72.37 -
YUV 192.87 139.36 81.73 -
System Red Green Blue C M Y K H S L
Decimal 128 222 213 0.42 0 0.04 0.13 174.26 0.59 0.69
Hex 80 DE D5 2A 0 4 D AE 3B 45
Octal 200 336 325 52 0 4 15 256 73 105
Binary 10000000 11011110 11010101 101010 0 100 1101 10101110 111011 1000101

Color Harmonies of #80DED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80DED5

Black with #80DED5

Text Example


Text Example

White with #80DED5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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