#8DB7A5

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

Shades of Sea Nymph #8DB7A5

Tints of Sea Nymph #8DB7A5

Color information

#8DB7A5 (or 0x8DB7A5) is unknown color: approx Sea Nymph. HEX triplet: 8D, B7 and A5. RGB value is (141,183,165). Sum of RGB (Red+Green+Blue) = 141+183+165=489 (64% of max value = 765). Red value is 141 (55.47% from 255 or 28.83% from 489); Green value is 183 (71.88% from 255 or 37.42% from 489); Blue value is 165 (64.84% from 255 or 33.74% from 489); Max value from RGB is 183 - color contains mainly: green. Hex color #8DB7A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DB7A5 is #72485A. Grayscale: #A8A8A8. Windows color (decimal): -7489627 or 10860429. OLE color: 10860429.

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

Color convert

RGB141183165-
CMYK0.2300.100.28
HSL154.29º22.58%63.53%-
HSV(B)154.29º22.95%71.76%-
XYZ34.7142.2541.92-
YUV168.39126.09108.46-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 28.83%
GREEN value IS 183 (71.88% from 255) = 37.42%
BLUE value IS 165 (64.84% from 255) = 33.74%
R=28.83%
G=37.42%
B=33.74%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1411831650.2300.100.28154.2922.5863.53
Hex8DB7A5170A1C9a1740
Octal215267245270123423227100
Binary10001101101101111010010110111010101110010011010101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DB7A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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