#8DB7AA

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

Shades of Sea Nymph #8DB7AA

Tints of Sea Nymph #8DB7AA

Color information

#8DB7AA (or 0x8DB7AA) is unknown color: approx Sea Nymph. HEX triplet: 8D, B7 and AA. RGB value is (141,183,170). Sum of RGB (Red+Green+Blue) = 141+183+170=494 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.54% from 494); Green value is 183 (71.88% from 255 or 37.04% from 494); Blue value is 170 (66.80% from 255 or 34.41% from 494); Max value from RGB is 183 - color contains mainly: green. Hex color #8DB7AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DB7AA is #724855. Grayscale: #A8A8A8. Windows color (decimal): -7489622 or 11188109. OLE color: 11188109.

HSL color Cylindrical-coordinate representation of color #8DB7AA: hue angle of 161.43º 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 #8DB7AA is Cyan = 0.23, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB141183170-
CMYK0.2300.070.28
HSL161.43º22.58%63.53%-
HSV(B)161.43º22.95%71.76%-
XYZ35.1742.4344.37-
YUV168.96128.59108.06-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 28.54%
GREEN value IS 183 (71.88% from 255) = 37.04%
BLUE value IS 170 (66.80% from 255) = 34.41%
R=28.54%
G=37.04%
B=34.41%

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
Decimal1411831700.2300.070.28161.4322.5863.53
Hex8DB7AA17071Ca11740
Octal21526725227073424127100
Binary1000110110110111101010101011101111110010100001101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DB7AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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