Html Css Color HEX #80E5D9 Riptide

📋 copy color: '#80E5D9'

red 128 ◦ green 229 ◦ blue 217

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

Shades of Riptide #80E5D9

Tints of Riptide #80E5D9

RGB

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

 GREEN value IS 229 (89.84% from 255) = 39.9%

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

R = 22.3%
G = 39.9%
B = 37.8%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#80E5D9 (or 0x80E5D9) is known color: Riptide. HEX triplet: 80, E5 and D9. RGB value is (128,229,217). Sum of RGB (Red+Green+Blue) = 128+229+217=574 (76% of max value = 765). Red value is 128 (50.39% from 255 or 22.30% from 574); Green value is 229 (89.84% from 255 or 39.90% from 574); Blue value is 217 (85.16% from 255 or 37.80% from 574); Max value from RGB is 229 - color contains mainly: green. Hex color #80E5D9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80E5D9 is #7F1A26. Grayscale: #C5C5C5. Windows color (decimal): -8329767 or 14280064. OLE color: 14280064.

HSL color Cylindrical-coordinate representation of color #80E5D9: hue angle of 172.87º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #80E5D9 is Cyan = 0.44, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.10.

Color convert

RGB 128 229 217 -
CMYK 0.44 0 0.05 0.10
HSL 172.87º 0.66% 0.7% -
HSV(B) 172.87º 0.44% 0.9% -
XYZ 49.45 65.64 75.71 -
YUV 197.43 139.04 78.48 -
System Red Green Blue C M Y K H S L
Decimal 128 229 217 0.44 0 0.05 0.10 172.87 0.66 0.7
Hex 80 E5 D9 2C 0 5 A AD 42 46
Octal 200 345 331 54 0 5 12 255 102 106
Binary 10000000 11100101 11011001 101100 0 101 1010 10101101 1000010 1000110

Color Harmonies of #80E5D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80E5D9

Black with #80E5D9

Text Example


Text Example

White with #80E5D9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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