#8DB5AE

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

Shades of Sea Nymph #8DB5AE

Tints of Sea Nymph #8DB5AE

Color information

#8DB5AE (or 0x8DB5AE) is unknown color: approx Sea Nymph. HEX triplet: 8D, B5 and AE. RGB value is (141,181,174). Sum of RGB (Red+Green+Blue) = 141+181+174=496 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.43% from 496); Green value is 181 (71.09% from 255 or 36.49% from 496); Blue value is 174 (68.36% from 255 or 35.08% from 496); Max value from RGB is 181 - color contains mainly: green. Hex color #8DB5AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DB5AE is #724A51. Grayscale: #A8A8A8. Windows color (decimal): -7490130 or 11449741. OLE color: 11449741.

HSL color Cylindrical-coordinate representation of color #8DB5AE: hue angle of 169.5º degrees, saturation: 0.21, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8DB5AE is Cyan = 0.22, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB141181174-
CMYK0.2200.040.29
HSL169.5º21.28%63.14%-
HSV(B)169.5º22.1%70.98%-
XYZ35.1541.7746.25-
YUV168.24131.25108.57-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 28.43%
GREEN value IS 181 (71.09% from 255) = 36.49%
BLUE value IS 174 (68.36% from 255) = 35.08%
R=28.43%
G=36.49%
B=35.08%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1411811740.2200.040.29169.521.2863.14
Hex8DB5AE16041Daa153f
Octal2152652562604352522577
Binary100011011011010110101110101100100111011010101010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DB5AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,181,174); }

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

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

 a { background-color: rgb(141,181,174); }

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

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

 span { border-color: rgb(141,181,174); }

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