#8DB7AB

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

Shades of Sea Nymph #8DB7AB

Tints of Sea Nymph #8DB7AB

Color information

#8DB7AB (or 0x8DB7AB) is unknown color: approx Sea Nymph. HEX triplet: 8D, B7 and AB. RGB value is (141,183,171). Sum of RGB (Red+Green+Blue) = 141+183+171=495 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.48% from 495); Green value is 183 (71.88% from 255 or 36.97% from 495); Blue value is 171 (67.19% from 255 or 34.55% from 495); Max value from RGB is 183 - color contains mainly: green. Hex color #8DB7AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DB7AB is #724854. Grayscale: #A9A9A9. Windows color (decimal): -7489621 or 11253645. OLE color: 11253645.

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

Color convert

RGB141183171-
CMYK0.2300.070.28
HSL162.86º22.58%63.53%-
HSV(B)162.86º22.95%71.76%-
XYZ35.2742.4744.87-
YUV169.07129.09107.98-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 28.48%
GREEN value IS 183 (71.88% from 255) = 36.97%
BLUE value IS 171 (67.19% from 255) = 34.55%
R=28.48%
G=36.97%
B=34.55%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1411831710.2300.070.28162.8622.5863.53
Hex8DB7AB17071Ca31740
Octal21526725327073424327100
Binary1000110110110111101010111011101111110010100011101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DB7AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,183,171); }

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

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

 a { background-color: rgb(141,183,171); }

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

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

 span { border-color: rgb(141,183,171); }

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