#8AE2DE

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

Shades of Riptide #8AE2DE

Tints of Riptide #8AE2DE

Color information

#8AE2DE (or 0x8AE2DE) is unknown color: approx Riptide. HEX triplet: 8A, E2 and DE. RGB value is (138,226,222). Sum of RGB (Red+Green+Blue) = 138+226+222=586 (77% of max value = 765). Red value is 138 (54.30% from 255 or 23.55% from 586); Green value is 226 (88.67% from 255 or 38.57% from 586); Blue value is 222 (87.11% from 255 or 37.88% from 586); Max value from RGB is 226 - color contains mainly: green. Hex color #8AE2DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AE2DE is #751D21. Grayscale: #C7C7C7. Windows color (decimal): -7675170 or 14606986. OLE color: 14606986.

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

Color convert

RGB138226222-
CMYK0.3900.020.11
HSL177.27º60.27%71.37%-
HSV(B)177.27º38.94%88.63%-
XYZ50.8665.0778.99-
YUV199.23140.8584.33-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 23.55%
GREEN value IS 226 (88.67% from 255) = 38.57%
BLUE value IS 222 (87.11% from 255) = 37.88%
R=23.55%
G=38.57%
B=37.88%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1382262220.3900.020.11177.2760.2771.37
Hex8AE2DE2702Bb13c47
Octal21234233647021326174107
Binary1000101011100010110111101001110101011101100011111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AE2DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,226,222); }

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

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

 a { background-color: rgb(138,226,222); }

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

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

 span { border-color: rgb(138,226,222); }

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