#8AE5DD

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

Shades of Riptide #8AE5DD

Tints of Riptide #8AE5DD

Color information

#8AE5DD (or 0x8AE5DD) is unknown color: approx Riptide. HEX triplet: 8A, E5 and DD. RGB value is (138,229,221). Sum of RGB (Red+Green+Blue) = 138+229+221=588 (77% of max value = 765). Red value is 138 (54.30% from 255 or 23.47% from 588); Green value is 229 (89.84% from 255 or 38.95% from 588); Blue value is 221 (86.72% from 255 or 37.59% from 588); Max value from RGB is 229 - color contains mainly: green. Hex color #8AE5DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AE5DD is #751A22. Grayscale: #C8C8C8. Windows color (decimal): -7674403 or 14542218. OLE color: 14542218.

HSL color Cylindrical-coordinate representation of color #8AE5DD: hue angle of 174.73º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8AE5DD is Cyan = 0.40, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB138229221-
CMYK0.4000.030.10
HSL174.73º63.64%71.96%-
HSV(B)174.73º39.74%89.8%-
XYZ51.5566.6678.56-
YUV200.88139.3583.15-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 23.47%
GREEN value IS 229 (89.84% from 255) = 38.95%
BLUE value IS 221 (86.72% from 255) = 37.59%
R=23.47%
G=38.95%
B=37.59%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1382292210.4000.030.10174.7363.6471.96
Hex8AE5DD2803Aaf4048
Octal212345335500312257100110
Binary10001010111001011101110110100001110101010111110000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AE5DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,229,221); }

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

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

 a { background-color: rgb(138,229,221); }

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

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

 span { border-color: rgb(138,229,221); }

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