Html Css Color HEX #80EABC Riptide

📋 copy color: '#80EABC'

red 128 ◦ green 234 ◦ blue 188

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

Shades of Riptide #80EABC

Tints of Riptide #80EABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 34.18%

R = 23.27%
G = 42.55%
B = 34.18%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.20

 K value IS 0.08

RGB Variations

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

Color information

#80EABC (or 0x80EABC) is known color: Riptide. HEX triplet: 80, EA and BC. RGB value is (128,234,188). Sum of RGB (Red+Green+Blue) = 128+234+188=550 (72% of max value = 765). Red value is 128 (50.39% from 255 or 23.27% from 550); Green value is 234 (91.80% from 255 or 42.55% from 550); Blue value is 188 (73.83% from 255 or 34.18% from 550); Max value from RGB is 234 - color contains mainly: green. Hex color #80EABC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80EABC is #7F1543. Grayscale: #C5C5C5. Windows color (decimal): -8328516 or 12380800. OLE color: 12380800.

HSL color Cylindrical-coordinate representation of color #80EABC: hue angle of 153.96º 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 #80EABC is Cyan = 0.45, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB 128 234 188 -
CMYK 0.45 0 0.20 0.08
HSL 153.96º 0.72% 0.71% -
HSV(B) 153.96º 0.45% 0.92% -
XYZ 47.4 67.07 58.02 -
YUV 197.06 122.88 78.74 -
System Red Green Blue C M Y K H S L
Decimal 128 234 188 0.45 0 0.20 0.08 153.96 0.72 0.71
Hex 80 EA BC 2D 0 14 8 9A 48 47
Octal 200 352 274 55 0 24 10 232 110 107
Binary 10000000 11101010 10111100 101101 0 10100 1000 10011010 1001000 1000111

Color Harmonies of #80EABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80EABC

Black with #80EABC

Text Example


Text Example

White with #80EABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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