#8AE1CD

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

Shades of Riptide #8AE1CD

Tints of Riptide #8AE1CD

Color information

#8AE1CD (or 0x8AE1CD) is unknown color: approx Riptide. HEX triplet: 8A, E1 and CD. RGB value is (138,225,205). Sum of RGB (Red+Green+Blue) = 138+225+205=568 (75% of max value = 765). Red value is 138 (54.30% from 255 or 24.30% from 568); Green value is 225 (88.28% from 255 or 39.61% from 568); Blue value is 205 (80.47% from 255 or 36.09% from 568); Max value from RGB is 225 - color contains mainly: green. Hex color #8AE1CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AE1CD is #751E32. Grayscale: #C4C4C4. Windows color (decimal): -7675443 or 13492618. OLE color: 13492618.

HSL color Cylindrical-coordinate representation of color #8AE1CD: hue angle of 166.21º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8AE1CD is Cyan = 0.39, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB138225205-
CMYK0.3900.090.12
HSL166.21º59.18%71.18%-
HSV(B)166.21º38.67%88.24%-
XYZ48.4363.6667.49-
YUV196.71132.6886.13-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 24.30%
GREEN value IS 225 (88.28% from 255) = 39.61%
BLUE value IS 205 (80.47% from 255) = 36.09%
R=24.30%
G=39.61%
B=36.09%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1382252050.3900.090.12166.2159.1871.18
Hex8AE1CD2709Ca63b47
Octal212341315470111424673107
Binary100010101110000111001101100111010011100101001101110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AE1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,225,205); }

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

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

 a { background-color: rgb(138,225,205); }

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

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

 span { border-color: rgb(138,225,205); }

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