Html Css Color HEX #80E5C1 Riptide

📋 copy color: '#80E5C1'

red 128 ◦ green 229 ◦ blue 193

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

Shades of Riptide #80E5C1

Tints of Riptide #80E5C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 35.09%

R = 23.27%
G = 41.64%
B = 35.09%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.16

 K value IS 0.10

RGB Variations

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

Color information

#80E5C1 (or 0x80E5C1) is known color: Riptide. HEX triplet: 80, E5 and C1. RGB value is (128,229,193). Sum of RGB (Red+Green+Blue) = 128+229+193=550 (72% of max value = 765). Red value is 128 (50.39% from 255 or 23.27% from 550); Green value is 229 (89.84% from 255 or 41.64% from 550); Blue value is 193 (75.78% from 255 or 35.09% from 550); Max value from RGB is 229 - color contains mainly: green. Hex color #80E5C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80E5C1 is #7F1A3E. Grayscale: #C2C2C2. Windows color (decimal): -8329791 or 12707200. OLE color: 12707200.

HSL color Cylindrical-coordinate representation of color #80E5C1: hue angle of 158.61º 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 #80E5C1 is Cyan = 0.44, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.10.

Color convert

RGB 128 229 193 -
CMYK 0.44 0 0.16 0.10
HSL 158.61º 0.66% 0.7% -
HSV(B) 158.61º 0.44% 0.9% -
XYZ 46.55 64.48 60.44 -
YUV 194.7 127.04 80.43 -
System Red Green Blue C M Y K H S L
Decimal 128 229 193 0.44 0 0.16 0.10 158.61 0.66 0.7
Hex 80 E5 C1 2C 0 10 A 9F 42 46
Octal 200 345 301 54 0 20 12 237 102 106
Binary 10000000 11100101 11000001 101100 0 10000 1010 10011111 1000010 1000110

Color Harmonies of #80E5C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80E5C1

Black with #80E5C1

Text Example


Text Example

White with #80E5C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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