#8BBDAD

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

Shades of Sea Nymph #8BBDAD

Tints of Sea Nymph #8BBDAD

Color information

#8BBDAD (or 0x8BBDAD) is unknown color: approx Sea Nymph. HEX triplet: 8B, BD and AD. RGB value is (139,189,173). Sum of RGB (Red+Green+Blue) = 139+189+173=501 (66% of max value = 765). Red value is 139 (54.69% from 255 or 27.74% from 501); Green value is 189 (74.22% from 255 or 37.72% from 501); Blue value is 173 (67.97% from 255 or 34.53% from 501); Max value from RGB is 189 - color contains mainly: green. Hex color #8BBDAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BBDAD is #744252. Grayscale: #ACACAC. Windows color (decimal): -7619155 or 11386251. OLE color: 11386251.

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

Color convert

RGB139189173-
CMYK0.2600.080.26
HSL160.8º27.47%64.31%-
HSV(B)160.8º26.46%74.12%-
XYZ36.3944.946.28-
YUV172.23128.44104.3-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 27.74%
GREEN value IS 189 (74.22% from 255) = 37.72%
BLUE value IS 173 (67.97% from 255) = 34.53%
R=27.74%
G=37.72%
B=34.53%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1391891730.2600.080.26160.827.4764.31
Hex8BBDAD1A081Aa11b40
Octal213275255320103224133100
Binary10001011101111011010110111010010001101010100001110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BBDAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,189,173); }

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

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

 a { background-color: rgb(139,189,173); }

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

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

 span { border-color: rgb(139,189,173); }

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