#8AE9D2

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

Shades of Riptide #8AE9D2

Tints of Riptide #8AE9D2

Color information

#8AE9D2 (or 0x8AE9D2) is unknown color: approx Riptide. HEX triplet: 8A, E9 and D2. RGB value is (138,233,210). Sum of RGB (Red+Green+Blue) = 138+233+210=581 (76% of max value = 765). Red value is 138 (54.30% from 255 or 23.75% from 581); Green value is 233 (91.41% from 255 or 40.10% from 581); Blue value is 210 (82.42% from 255 or 36.14% from 581); Max value from RGB is 233 - color contains mainly: green. Hex color #8AE9D2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AE9D2 is #75162D. Grayscale: #C9C9C9. Windows color (decimal): -7673390 or 13822346. OLE color: 13822346.

HSL color Cylindrical-coordinate representation of color #8AE9D2: hue angle of 165.47º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8AE9D2 is Cyan = 0.41, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.

Color convert

RGB138233210-
CMYK0.4100.100.09
HSL165.47º68.35%72.75%-
HSV(B)165.47º40.77%91.37%-
XYZ51.2568.3371.46-
YUV201.97132.5382.37-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 23.75%
GREEN value IS 233 (91.41% from 255) = 40.10%
BLUE value IS 210 (82.42% from 255) = 36.14%
R=23.75%
G=40.10%
B=36.14%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1382332100.4100.100.09165.4768.3572.75
Hex8AE9D2290A9a54449
Octal2123513225101211245104111
Binary1000101011101001110100101010010101010011010010110001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AE9D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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