#8EBAAD

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

Shades of Sea Nymph #8EBAAD

Tints of Sea Nymph #8EBAAD

Color information

#8EBAAD (or 0x8EBAAD) is unknown color: approx Sea Nymph. HEX triplet: 8E, BA and AD. RGB value is (142,186,173). Sum of RGB (Red+Green+Blue) = 142+186+173=501 (66% of max value = 765). Red value is 142 (55.86% from 255 or 28.34% from 501); Green value is 186 (73.05% from 255 or 37.13% from 501); Blue value is 173 (67.97% from 255 or 34.53% from 501); Max value from RGB is 186 - color contains mainly: green. Hex color #8EBAAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EBAAD is #714552. Grayscale: #ABABAB. Windows color (decimal): -7423315 or 11385486. OLE color: 11385486.

HSL color Cylindrical-coordinate representation of color #8EBAAD: hue angle of 162.27º degrees, saturation: 0.24, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8EBAAD is Cyan = 0.24, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB142186173-
CMYK0.2400.070.27
HSL162.27º24.18%64.31%-
HSV(B)162.27º23.66%72.94%-
XYZ36.2643.8946.1-
YUV171.36128.92107.06-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.34%
GREEN value IS 186 (73.05% from 255) = 37.13%
BLUE value IS 173 (67.97% from 255) = 34.53%
R=28.34%
G=37.13%
B=34.53%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1421861730.2400.070.27162.2724.1864.31
Hex8EBAAD18071Ba21840
Octal21627225530073324230100
Binary1000111010111010101011011100001111101110100010110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EBAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,186,173); }

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

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

 a { background-color: rgb(142,186,173); }

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

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

 span { border-color: rgb(142,186,173); }

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