#80EBC2

Color #80EBC2 Riptide (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Riptide #80EBC2

Tints of Riptide #80EBC2

Color information

#80EBC2 (or 0x80EBC2) is unknown color: approx Riptide. HEX triplet: 80, EB and C2. RGB value is (128,235,194). Sum of RGB (Red+Green+Blue) = 128+235+194=557 (73% of max value = 765). Red value is 128 (50.39% from 255 or 22.98% from 557); Green value is 235 (92.19% from 255 or 42.19% from 557); Blue value is 194 (76.17% from 255 or 34.83% from 557); Max value from RGB is 235 - color contains mainly: green. Hex color #80EBC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80EBC2 is #7F143D. Grayscale: #C6C6C6. Windows color (decimal): -8328254 or 12774272. OLE color: 12774272.

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

Color convert

RGB128235194-
CMYK0.4600.170.08
HSL157.01º72.79%71.18%-
HSV(B)157.01º45.53%92.16%-
XYZ48.3567.961.6-
YUV198.33125.5577.83-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 22.98%
GREEN value IS 235 (92.19% from 255) = 42.19%
BLUE value IS 194 (76.17% from 255) = 34.83%
R=22.98%
G=42.19%
B=34.83%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1282351940.4600.170.08157.0172.7971.18
Hex80EBC22E01189d4947
Octal2003533025602110235111107
Binary10000000111010111100001010111001000110001001110110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80EBC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #80EBC2;
 }
 .AnyTagClassName
 {
   color: #80EBC2;
 }
</style>
background-color css

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

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

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

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

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

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