#8AE4BE

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

Shades of Riptide #8AE4BE

Tints of Riptide #8AE4BE

Color information

#8AE4BE (or 0x8AE4BE) is unknown color: approx Riptide. HEX triplet: 8A, E4 and BE. RGB value is (138,228,190). Sum of RGB (Red+Green+Blue) = 138+228+190=556 (73% of max value = 765). Red value is 138 (54.30% from 255 or 24.82% from 556); Green value is 228 (89.45% from 255 or 41.01% from 556); Blue value is 190 (74.61% from 255 or 34.17% from 556); Max value from RGB is 228 - color contains mainly: green. Hex color #8AE4BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AE4BE is #751B41. Grayscale: #C4C4C4. Windows color (decimal): -7674690 or 12510346. OLE color: 12510346.

HSL color Cylindrical-coordinate representation of color #8AE4BE: hue angle of 154.67º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8AE4BE is Cyan = 0.39, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.

Color convert

RGB138228190-
CMYK0.3900.170.11
HSL154.67º62.5%71.76%-
HSV(B)154.67º39.47%89.41%-
XYZ47.5264.6158.68-
YUV196.76124.1886.09-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 24.82%
GREEN value IS 228 (89.45% from 255) = 41.01%
BLUE value IS 190 (74.61% from 255) = 34.17%
R=24.82%
G=41.01%
B=34.17%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1382281900.3900.170.11154.6762.571.76
Hex8AE4BE27011B9b3e48
Octal212344276470211323376110
Binary1000101011100100101111101001110100011011100110111111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AE4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8AE4BE; }

 p { color: rgb(138,228,190); }

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

<style>
 a { background-color: #8AE4BE; }

 a { background-color: rgb(138,228,190); }

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

<style>
 span { border-color: #8AE4BE; }

 span { border-color: rgb(138,228,190); }

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