#80EBBB

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

Shades of Riptide #80EBBB

Tints of Riptide #80EBBB

Color information

#80EBBB (or 0x80EBBB) is unknown color: approx Riptide. HEX triplet: 80, EB and BB. RGB value is (128,235,187). Sum of RGB (Red+Green+Blue) = 128+235+187=550 (72% of max value = 765). Red value is 128 (50.39% from 255 or 23.27% from 550); Green value is 235 (92.19% from 255 or 42.73% from 550); Blue value is 187 (73.44% from 255 or 34% from 550); Max value from RGB is 235 - color contains mainly: green. Hex color #80EBBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80EBBB is #7F1444. Grayscale: #C5C5C5. Windows color (decimal): -8328261 or 12315520. OLE color: 12315520.

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

Color convert

RGB128235187-
CMYK0.4600.200.08
HSL153.08º72.79%71.18%-
HSV(B)153.08º45.53%92.16%-
XYZ47.5867.5957.55-
YUV197.54122.0578.4-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 23.27%
GREEN value IS 235 (92.19% from 255) = 42.73%
BLUE value IS 187 (73.44% from 255) = 34%
R=23.27%
G=42.73%
B=34%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1282351870.4600.200.08153.0872.7971.18
Hex80EBBB2E0148994947
Octal2003532735602410231111107
Binary10000000111010111011101110111001010010001001100110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80EBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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