#8ABEAD

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

Shades of Sea Nymph #8ABEAD

Tints of Sea Nymph #8ABEAD

Color information

#8ABEAD (or 0x8ABEAD) is unknown color: approx Sea Nymph. HEX triplet: 8A, BE and AD. RGB value is (138,190,173). Sum of RGB (Red+Green+Blue) = 138+190+173=501 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.54% from 501); Green value is 190 (74.61% from 255 or 37.92% from 501); Blue value is 173 (67.97% from 255 or 34.53% from 501); Max value from RGB is 190 - color contains mainly: green. Hex color #8ABEAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ABEAD is #754152. Grayscale: #ACACAC. Windows color (decimal): -7684435 or 11386506. OLE color: 11386506.

HSL color Cylindrical-coordinate representation of color #8ABEAD: hue angle of 160.38º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8ABEAD is Cyan = 0.27, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB138190173-
CMYK0.2700.090.25
HSL160.38º28.57%64.31%-
HSV(B)160.38º27.37%74.51%-
XYZ36.4445.2546.35-
YUV172.51128.27103.38-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.54%
GREEN value IS 190 (74.61% from 255) = 37.92%
BLUE value IS 173 (67.97% from 255) = 34.53%
R=27.54%
G=37.92%
B=34.53%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1381901730.2700.090.25160.3828.5764.31
Hex8ABEAD1B0919a01d40
Octal212276255330113124035100
Binary10001010101111101010110111011010011100110100000111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ABEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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