Html Css Color HEX #80EABF Riptide

📋 copy color: '#80EABF'

red 128 ◦ green 234 ◦ blue 191

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

Shades of Riptide #80EABF

Tints of Riptide #80EABF

RGB

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

 GREEN value IS 234 (91.8% from 255) = 42.31%

 BLUE value IS 191 (75% from 255) = 34.54%

R = 23.15%
G = 42.31%
B = 34.54%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.18

 K value IS 0.08

RGB Variations

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

Color information

#80EABF (or 0x80EABF) is known color: Riptide. HEX triplet: 80, EA and BF. RGB value is (128,234,191). Sum of RGB (Red+Green+Blue) = 128+234+191=553 (73% of max value = 765). Red value is 128 (50.39% from 255 or 23.15% from 553); Green value is 234 (91.80% from 255 or 42.31% from 553); Blue value is 191 (75% from 255 or 34.54% from 553); Max value from RGB is 234 - color contains mainly: green. Hex color #80EABF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80EABF is #7F1540. Grayscale: #C5C5C5. Windows color (decimal): -8328513 or 12577408. OLE color: 12577408.

HSL color Cylindrical-coordinate representation of color #80EABF: hue angle of 155.66º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #80EABF is Cyan = 0.45, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB 128 234 191 -
CMYK 0.45 0 0.18 0.08
HSL 155.66º 0.72% 0.71% -
HSV(B) 155.66º 0.45% 0.92% -
XYZ 47.73 67.2 59.74 -
YUV 197.4 124.38 78.5 -
System Red Green Blue C M Y K H S L
Decimal 128 234 191 0.45 0 0.18 0.08 155.66 0.72 0.71
Hex 80 EA BF 2D 0 12 8 9C 48 47
Octal 200 352 277 55 0 22 10 234 110 107
Binary 10000000 11101010 10111111 101101 0 10010 1000 10011100 1001000 1000111

Color Harmonies of #80EABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80EABF

Black with #80EABF

Text Example


Text Example

White with #80EABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,234,191); }

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

background-color css

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

 a { background-color: rgb(128,234,191); }

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

border-color css

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

 span { border-color: rgb(128,234,191); }

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