Html Css Color HEX #80E1C7 Riptide

📋 copy color: '#80E1C7'

red 128 ◦ green 225 ◦ blue 199

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

Shades of Riptide #80E1C7

Tints of Riptide #80E1C7

RGB

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

 GREEN value IS 225 (88.28% from 255) = 40.76%

 BLUE value IS 199 (78.13% from 255) = 36.05%

R = 23.19%
G = 40.76%
B = 36.05%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.12

 K value IS 0.12

RGB Variations

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

Color information

#80E1C7 (or 0x80E1C7) is known color: Riptide. HEX triplet: 80, E1 and C7. RGB value is (128,225,199). Sum of RGB (Red+Green+Blue) = 128+225+199=552 (73% of max value = 765). Red value is 128 (50.39% from 255 or 23.19% from 552); Green value is 225 (88.28% from 255 or 40.76% from 552); Blue value is 199 (78.12% from 255 or 36.05% from 552); Max value from RGB is 225 - color contains mainly: green. Hex color #80E1C7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80E1C7 is #7F1E38. Grayscale: #C1C1C1. Windows color (decimal): -8330809 or 13099392. OLE color: 13099392.

HSL color Cylindrical-coordinate representation of color #80E1C7: hue angle of 163.92º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #80E1C7 is Cyan = 0.43, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.12.

Color convert

RGB 128 225 199 -
CMYK 0.43 0 0.12 0.12
HSL 163.92º 0.62% 0.69% -
HSV(B) 163.92º 0.43% 0.88% -
XYZ 46.14 62.56 63.68 -
YUV 193.03 131.36 81.61 -
System Red Green Blue C M Y K H S L
Decimal 128 225 199 0.43 0 0.12 0.12 163.92 0.62 0.69
Hex 80 E1 C7 2B 0 C C A4 3E 45
Octal 200 341 307 53 0 14 14 244 76 105
Binary 10000000 11100001 11000111 101011 0 1100 1100 10100100 111110 1000101

Color Harmonies of #80E1C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80E1C7

Black with #80E1C7

Text Example


Text Example

White with #80E1C7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,225,199); }

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

background-color css

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

 a { background-color: rgb(128,225,199); }

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

border-color css

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

 span { border-color: rgb(128,225,199); }

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