#8AEBD7

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

Shades of Riptide #8AEBD7

Tints of Riptide #8AEBD7

Color information

#8AEBD7 (or 0x8AEBD7) is unknown color: approx Riptide. HEX triplet: 8A, EB and D7. RGB value is (138,235,215). Sum of RGB (Red+Green+Blue) = 138+235+215=588 (77% of max value = 765). Red value is 138 (54.30% from 255 or 23.47% from 588); Green value is 235 (92.19% from 255 or 39.97% from 588); Blue value is 215 (84.38% from 255 or 36.56% from 588); Max value from RGB is 235 - color contains mainly: green. Hex color #8AEBD7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AEBD7 is #751428. Grayscale: #CBCBCB. Windows color (decimal): -7672873 or 14150538. OLE color: 14150538.

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

Color convert

RGB138235215-
CMYK0.4100.090.08
HSL167.63º70.8%73.14%-
HSV(B)167.63º41.28%92.16%-
XYZ52.4669.7374.98-
YUV203.72134.3681.13-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 23.47%
GREEN value IS 235 (92.19% from 255) = 39.97%
BLUE value IS 215 (84.38% from 255) = 36.56%
R=23.47%
G=39.97%
B=36.56%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1382352150.4100.090.08167.6370.873.14
Hex8AEBD729098a84749
Octal2123533275101110250107111
Binary1000101011101011110101111010010100110001010100010001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AEBD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,235,215); }

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

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

 a { background-color: rgb(138,235,215); }

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

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

 span { border-color: rgb(138,235,215); }

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