#8AE0D2

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

Shades of Riptide #8AE0D2

Tints of Riptide #8AE0D2

Color information

#8AE0D2 (or 0x8AE0D2) is unknown color: approx Riptide. HEX triplet: 8A, E0 and D2. RGB value is (138,224,210). Sum of RGB (Red+Green+Blue) = 138+224+210=572 (75% of max value = 765). Red value is 138 (54.30% from 255 or 24.13% from 572); Green value is 224 (87.89% from 255 or 39.16% from 572); Blue value is 210 (82.42% from 255 or 36.71% from 572); Max value from RGB is 224 - color contains mainly: green. Hex color #8AE0D2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AE0D2 is #751F2D. Grayscale: #C4C4C4. Windows color (decimal): -7675694 or 13820042. OLE color: 13820042.

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

Color convert

RGB138224210-
CMYK0.3800.060.12
HSL170.23º58.11%70.98%-
HSV(B)170.23º38.39%87.84%-
XYZ48.7763.3770.63-
YUV196.69135.5186.14-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 24.13%
GREEN value IS 224 (87.89% from 255) = 39.16%
BLUE value IS 210 (82.42% from 255) = 36.71%
R=24.13%
G=39.16%
B=36.71%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1382242100.3800.060.12170.2358.1170.98
Hex8AE0D22606Caa3a47
Octal21234032246061425272107
Binary10001010111000001101001010011001101100101010101110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AE0D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,224,210); }

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

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

 a { background-color: rgb(138,224,210); }

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

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

 span { border-color: rgb(138,224,210); }

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