Html Css Color HEX #80EBC9 Riptide

📋 copy color: '#80EBC9'

red 128 ◦ green 235 ◦ blue 201

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

Shades of Riptide #80EBC9

Tints of Riptide #80EBC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 35.64%

R = 22.7%
G = 41.67%
B = 35.64%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#80EBC9 (or 0x80EBC9) is known color: Riptide. HEX triplet: 80, EB and C9. RGB value is (128,235,201). Sum of RGB (Red+Green+Blue) = 128+235+201=564 (74% of max value = 765). Red value is 128 (50.39% from 255 or 22.70% from 564); Green value is 235 (92.19% from 255 or 41.67% from 564); Blue value is 201 (78.91% from 255 or 35.64% from 564); Max value from RGB is 235 - color contains mainly: green. Hex color #80EBC9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80EBC9 is #7F1436. Grayscale: #C7C7C7. Windows color (decimal): -8328247 or 13233024. OLE color: 13233024.

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

Color convert

RGB 128 235 201 -
CMYK 0.46 0 0.14 0.08
HSL 160.93º 0.73% 0.71% -
HSV(B) 160.93º 0.46% 0.92% -
XYZ 49.15 68.22 65.84 -
YUV 199.13 129.05 77.26 -
System Red Green Blue C M Y K H S L
Decimal 128 235 201 0.46 0 0.14 0.08 160.93 0.73 0.71
Hex 80 EB C9 2E 0 E 8 A1 49 47
Octal 200 353 311 56 0 16 10 241 111 107
Binary 10000000 11101011 11001001 101110 0 1110 1000 10100001 1001001 1000111

Color Harmonies of #80EBC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80EBC9

Black with #80EBC9

Text Example


Text Example

White with #80EBC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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