Html Css Color HEX #80E7B9 Riptide

📋 copy color: '#80E7B9'

red 128 ◦ green 231 ◦ blue 185

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

Shades of Riptide #80E7B9

Tints of Riptide #80E7B9

RGB

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

 GREEN value IS 231 (90.63% from 255) = 42.46%

 BLUE value IS 185 (72.66% from 255) = 34.01%

R = 23.53%
G = 42.46%
B = 34.01%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.20

 K value IS 0.09

RGB Variations

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

Color information

#80E7B9 (or 0x80E7B9) is known color: Riptide. HEX triplet: 80, E7 and B9. RGB value is (128,231,185). Sum of RGB (Red+Green+Blue) = 128+231+185=544 (72% of max value = 765). Red value is 128 (50.39% from 255 or 23.53% from 544); Green value is 231 (90.62% from 255 or 42.46% from 544); Blue value is 185 (72.66% from 255 or 34.01% from 544); Max value from RGB is 231 - color contains mainly: green. Hex color #80E7B9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80E7B9 is #7F1846. Grayscale: #C3C3C3. Windows color (decimal): -8329287 or 12183424. OLE color: 12183424.

HSL color Cylindrical-coordinate representation of color #80E7B9: hue angle of 153.2º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #80E7B9 is Cyan = 0.45, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.09.

Color convert

RGB 128 231 185 -
CMYK 0.45 0 0.20 0.09
HSL 153.2º 0.68% 0.7% -
HSV(B) 153.2º 0.45% 0.91% -
XYZ 46.23 65.24 56.06 -
YUV 194.96 122.38 80.24 -
System Red Green Blue C M Y K H S L
Decimal 128 231 185 0.45 0 0.20 0.09 153.2 0.68 0.7
Hex 80 E7 B9 2D 0 14 9 99 44 46
Octal 200 347 271 55 0 24 11 231 104 106
Binary 10000000 11100111 10111001 101101 0 10100 1001 10011001 1000100 1000110

Color Harmonies of #80E7B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80E7B9

Black with #80E7B9

Text Example


Text Example

White with #80E7B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,231,185); }

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

background-color css

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

 a { background-color: rgb(128,231,185); }

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

border-color css

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

 span { border-color: rgb(128,231,185); }

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