#8AE1CB

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

Shades of Riptide #8AE1CB

Tints of Riptide #8AE1CB

Color information

#8AE1CB (or 0x8AE1CB) is unknown color: approx Riptide. HEX triplet: 8A, E1 and CB. RGB value is (138,225,203). Sum of RGB (Red+Green+Blue) = 138+225+203=566 (74% of max value = 765). Red value is 138 (54.30% from 255 or 24.38% from 566); Green value is 225 (88.28% from 255 or 39.75% from 566); Blue value is 203 (79.69% from 255 or 35.87% from 566); Max value from RGB is 225 - color contains mainly: green. Hex color #8AE1CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AE1CB is #751E34. Grayscale: #C4C4C4. Windows color (decimal): -7675445 or 13361546. OLE color: 13361546.

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

Color convert

RGB138225203-
CMYK0.3900.100.12
HSL164.83º59.18%71.18%-
HSV(B)164.83º38.67%88.24%-
XYZ48.1963.5766.23-
YUV196.48131.6886.29-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 24.38%
GREEN value IS 225 (88.28% from 255) = 39.75%
BLUE value IS 203 (79.69% from 255) = 35.87%
R=24.38%
G=39.75%
B=35.87%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1382252030.3900.100.12164.8359.1871.18
Hex8AE1CB270ACa53b47
Octal212341313470121424573107
Binary100010101110000111001011100111010101100101001011110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AE1CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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