#8AE4C5

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

Shades of Riptide #8AE4C5

Tints of Riptide #8AE4C5

Color information

#8AE4C5 (or 0x8AE4C5) is unknown color: approx Riptide. HEX triplet: 8A, E4 and C5. RGB value is (138,228,197). Sum of RGB (Red+Green+Blue) = 138+228+197=563 (74% of max value = 765). Red value is 138 (54.30% from 255 or 24.51% from 563); Green value is 228 (89.45% from 255 or 40.50% from 563); Blue value is 197 (77.34% from 255 or 34.99% from 563); Max value from RGB is 228 - color contains mainly: green. Hex color #8AE4C5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AE4C5 is #751B3A. Grayscale: #C5C5C5. Windows color (decimal): -7674683 or 12969098. OLE color: 12969098.

HSL color Cylindrical-coordinate representation of color #8AE4C5: hue angle of 159.33º 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 #8AE4C5 is Cyan = 0.39, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.11.

Color convert

RGB138228197-
CMYK0.3900.140.11
HSL159.33º62.5%71.76%-
HSV(B)159.33º39.47%89.41%-
XYZ48.364.9262.81-
YUV197.56127.6885.52-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 24.51%
GREEN value IS 228 (89.45% from 255) = 40.50%
BLUE value IS 197 (77.34% from 255) = 34.99%
R=24.51%
G=40.50%
B=34.99%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1382281970.3900.140.11159.3362.571.76
Hex8AE4C5270EB9f3e48
Octal212344305470161323776110
Binary100010101110010011000101100111011101011100111111111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AE4C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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