#8AE3D5

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

Shades of Riptide #8AE3D5

Tints of Riptide #8AE3D5

Color information

#8AE3D5 (or 0x8AE3D5) is unknown color: approx Riptide. HEX triplet: 8A, E3 and D5. RGB value is (138,227,213). Sum of RGB (Red+Green+Blue) = 138+227+213=578 (76% of max value = 765). Red value is 138 (54.30% from 255 or 23.88% from 578); Green value is 227 (89.06% from 255 or 39.27% from 578); Blue value is 213 (83.59% from 255 or 36.85% from 578); Max value from RGB is 227 - color contains mainly: green. Hex color #8AE3D5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AE3D5 is #751C2A. Grayscale: #C6C6C6. Windows color (decimal): -7674923 or 14017418. OLE color: 14017418.

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

Color convert

RGB138227213-
CMYK0.3900.060.11
HSL170.56º61.38%71.57%-
HSV(B)170.56º39.21%89.02%-
XYZ49.9665.1572.89-
YUV198.79136.0184.64-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 23.88%
GREEN value IS 227 (89.06% from 255) = 39.27%
BLUE value IS 213 (83.59% from 255) = 36.85%
R=23.88%
G=39.27%
B=36.85%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1382272130.3900.060.11170.5661.3871.57
Hex8AE3D52706Bab3d48
Octal21234332547061325375110
Binary10001010111000111101010110011101101011101010111111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AE3D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,227,213); }

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

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

 a { background-color: rgb(138,227,213); }

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

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

 span { border-color: rgb(138,227,213); }

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