Html Css Color HEX #80E1C6 Riptide

📋 copy color: '#80E1C6'

red 128 ◦ green 225 ◦ blue 198

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

Shades of Riptide #80E1C6

Tints of Riptide #80E1C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 35.93%

R = 23.23%
G = 40.83%
B = 35.93%

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

#80E1C6 (or 0x80E1C6) is known color: Riptide. HEX triplet: 80, E1 and C6. RGB value is (128,225,198). Sum of RGB (Red+Green+Blue) = 128+225+198=551 (72% of max value = 765). Red value is 128 (50.39% from 255 or 23.23% from 551); Green value is 225 (88.28% from 255 or 40.83% from 551); Blue value is 198 (77.73% from 255 or 35.93% from 551); Max value from RGB is 225 - color contains mainly: green. Hex color #80E1C6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80E1C6 is #7F1E39. Grayscale: #C0C0C0. Windows color (decimal): -8330810 or 13033856. OLE color: 13033856.

HSL color Cylindrical-coordinate representation of color #80E1C6: hue angle of 163.3º 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 #80E1C6 is Cyan = 0.43, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.12.

Color convert

RGB 128 225 198 -
CMYK 0.43 0 0.12 0.12
HSL 163.3º 0.62% 0.69% -
HSV(B) 163.3º 0.43% 0.88% -
XYZ 46.02 62.52 63.07 -
YUV 192.92 130.86 81.7 -
System Red Green Blue C M Y K H S L
Decimal 128 225 198 0.43 0 0.12 0.12 163.3 0.62 0.69
Hex 80 E1 C6 2B 0 C C A3 3E 45
Octal 200 341 306 53 0 14 14 243 76 105
Binary 10000000 11100001 11000110 101011 0 1100 1100 10100011 111110 1000101

Color Harmonies of #80E1C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80E1C6

Black with #80E1C6

Text Example


Text Example

White with #80E1C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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