#8DB4AE

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

Shades of Sea Nymph #8DB4AE

Tints of Sea Nymph #8DB4AE

Color information

#8DB4AE (or 0x8DB4AE) is unknown color: approx Sea Nymph. HEX triplet: 8D, B4 and AE. RGB value is (141,180,174). Sum of RGB (Red+Green+Blue) = 141+180+174=495 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.48% from 495); Green value is 180 (70.70% from 255 or 36.36% from 495); Blue value is 174 (68.36% from 255 or 35.15% from 495); Max value from RGB is 180 - color contains mainly: green. Hex color #8DB4AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DB4AE is #724B51. Grayscale: #A7A7A7. Windows color (decimal): -7490386 or 11449485. OLE color: 11449485.

HSL color Cylindrical-coordinate representation of color #8DB4AE: hue angle of 170.77º 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 #8DB4AE is Cyan = 0.22, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB141180174-
CMYK0.2200.030.29
HSL170.77º20.63%62.94%-
HSV(B)170.77º21.67%70.59%-
XYZ34.9541.3646.19-
YUV167.66131.58108.99-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 28.48%
GREEN value IS 180 (70.70% from 255) = 36.36%
BLUE value IS 174 (68.36% from 255) = 35.15%
R=28.48%
G=36.36%
B=35.15%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1411801740.2200.030.29170.7720.6362.94
Hex8DB4AE16031Dab153f
Octal2152642562603352532577
Binary10001101101101001010111010110011111011010101110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DB4AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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