Html Css Color HEX #80E2D5 Riptide

📋 copy color: '#80E2D5'

red 128 ◦ green 226 ◦ blue 213

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

Shades of Riptide #80E2D5

Tints of Riptide #80E2D5

RGB

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

 GREEN value IS 226 (88.67% from 255) = 39.86%

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

R = 22.57%
G = 39.86%
B = 37.57%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.06

 K value IS 0.11

RGB Variations

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

Color information

#80E2D5 (or 0x80E2D5) is known color: Riptide. HEX triplet: 80, E2 and D5. RGB value is (128,226,213). Sum of RGB (Red+Green+Blue) = 128+226+213=567 (75% of max value = 765). Red value is 128 (50.39% from 255 or 22.57% from 567); Green value is 226 (88.67% from 255 or 39.86% from 567); Blue value is 213 (83.59% from 255 or 37.57% from 567); Max value from RGB is 226 - color contains mainly: green. Hex color #80E2D5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80E2D5 is #7F1D2A. Grayscale: #C3C3C3. Windows color (decimal): -8330539 or 14017152. OLE color: 14017152.

HSL color Cylindrical-coordinate representation of color #80E2D5: hue angle of 172.04º degrees, saturation: 0.63, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #80E2D5 is Cyan = 0.43, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.11.

Color convert

RGB 128 226 213 -
CMYK 0.43 0 0.06 0.11
HSL 172.04º 0.63% 0.69% -
HSV(B) 172.04º 0.43% 0.89% -
XYZ 48.11 63.79 72.73 -
YUV 195.22 138.03 80.06 -
System Red Green Blue C M Y K H S L
Decimal 128 226 213 0.43 0 0.06 0.11 172.04 0.63 0.69
Hex 80 E2 D5 2B 0 6 B AC 3F 45
Octal 200 342 325 53 0 6 13 254 77 105
Binary 10000000 11100010 11010101 101011 0 110 1011 10101100 111111 1000101

Color Harmonies of #80E2D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80E2D5

Black with #80E2D5

Text Example


Text Example

White with #80E2D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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