#8DADAA

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

Shades of Sea Nymph #8DADAA

Tints of Sea Nymph #8DADAA

Color information

#8DADAA (or 0x8DADAA) is unknown color: approx Sea Nymph. HEX triplet: 8D, AD and AA. RGB value is (141,173,170). Sum of RGB (Red+Green+Blue) = 141+173+170=484 (64% of max value = 765). Red value is 141 (55.47% from 255 or 29.13% from 484); Green value is 173 (67.97% from 255 or 35.74% from 484); Blue value is 170 (66.80% from 255 or 35.12% from 484); Max value from RGB is 173 - color contains mainly: green. Hex color #8DADAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DADAA is #725255. Grayscale: #A3A3A3. Windows color (decimal): -7492182 or 11185549. OLE color: 11185549.

HSL color Cylindrical-coordinate representation of color #8DADAA: hue angle of 174.37º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8DADAA is Cyan = 0.18, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB141173170-
CMYK0.1800.020.32
HSL174.37º16.33%61.57%-
HSV(B)174.37º18.5%67.84%-
XYZ33.1838.4543.7-
YUV163.09131.9112.24-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.13%
GREEN value IS 173 (67.97% from 255) = 35.74%
BLUE value IS 170 (66.80% from 255) = 35.12%
R=29.13%
G=35.74%
B=35.12%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1411731700.1800.020.32174.3716.3361.57
Hex8DADAA120220ae103e
Octal2152552522202402562076
Binary100011011010110110101010100100101000001010111010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DADAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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