#8AE6BE

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

Shades of Riptide #8AE6BE

Tints of Riptide #8AE6BE

Color information

#8AE6BE (or 0x8AE6BE) is unknown color: approx Riptide. HEX triplet: 8A, E6 and BE. RGB value is (138,230,190). Sum of RGB (Red+Green+Blue) = 138+230+190=558 (73% of max value = 765). Red value is 138 (54.30% from 255 or 24.73% from 558); Green value is 230 (90.23% from 255 or 41.22% from 558); Blue value is 190 (74.61% from 255 or 34.05% from 558); Max value from RGB is 230 - color contains mainly: green. Hex color #8AE6BE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AE6BE is #751941. Grayscale: #C6C6C6. Windows color (decimal): -7674178 or 12510858. OLE color: 12510858.

HSL color Cylindrical-coordinate representation of color #8AE6BE: hue angle of 153.91º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8AE6BE is Cyan = 0.4, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB138230190-
CMYK0.400.170.10
HSL153.91º64.79%72.16%-
HSV(B)153.91º40%90.2%-
XYZ48.0765.7158.87-
YUV197.93123.5285.25-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 24.73%
GREEN value IS 230 (90.23% from 255) = 41.22%
BLUE value IS 190 (74.61% from 255) = 34.05%
R=24.73%
G=41.22%
B=34.05%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1382301900.400.170.10153.9164.7972.16
Hex8AE6BE28011A9a4148
Octal2123462765002112232101110
Binary10001010111001101011111010100001000110101001101010000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AE6BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,230,190); }

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

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

 a { background-color: rgb(138,230,190); }

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

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

 span { border-color: rgb(138,230,190); }

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