Html Css Color HEX #80EBC6 Riptide

📋 copy color: '#80EBC6'

red 128 ◦ green 235 ◦ blue 198

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

Shades of Riptide #80EBC6

Tints of Riptide #80EBC6

RGB

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

 GREEN value IS 235 (92.19% from 255) = 41.89%

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

R = 22.82%
G = 41.89%
B = 35.29%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.16

 K value IS 0.08

RGB Variations

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

Color information

#80EBC6 (or 0x80EBC6) is known color: Riptide. HEX triplet: 80, EB and C6. RGB value is (128,235,198). Sum of RGB (Red+Green+Blue) = 128+235+198=561 (74% of max value = 765). Red value is 128 (50.39% from 255 or 22.82% from 561); Green value is 235 (92.19% from 255 or 41.89% from 561); Blue value is 198 (77.73% from 255 or 35.29% from 561); Max value from RGB is 235 - color contains mainly: green. Hex color #80EBC6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80EBC6 is #7F1439. Grayscale: #C6C6C6. Windows color (decimal): -8328250 or 13036416. OLE color: 13036416.

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

Color convert

RGB 128 235 198 -
CMYK 0.46 0 0.16 0.08
HSL 159.25º 0.73% 0.71% -
HSV(B) 159.25º 0.46% 0.92% -
XYZ 48.8 68.08 64 -
YUV 198.79 127.55 77.51 -
System Red Green Blue C M Y K H S L
Decimal 128 235 198 0.46 0 0.16 0.08 159.25 0.73 0.71
Hex 80 EB C6 2E 0 10 8 9F 49 47
Octal 200 353 306 56 0 20 10 237 111 107
Binary 10000000 11101011 11000110 101110 0 10000 1000 10011111 1001001 1000111

Color Harmonies of #80EBC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80EBC6

Black with #80EBC6

Text Example


Text Example

White with #80EBC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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