#8CADAA

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

Shades of Sea Nymph #8CADAA

Tints of Sea Nymph #8CADAA

Color information

#8CADAA (or 0x8CADAA) is unknown color: approx Sea Nymph. HEX triplet: 8C, AD and AA. RGB value is (140,173,170). Sum of RGB (Red+Green+Blue) = 140+173+170=483 (63% of max value = 765). Red value is 140 (55.08% from 255 or 28.99% from 483); Green value is 173 (67.97% from 255 or 35.82% from 483); Blue value is 170 (66.80% from 255 or 35.20% from 483); Max value from RGB is 173 - color contains mainly: green. Hex color #8CADAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CADAA is #735255. Grayscale: #A2A2A2. Windows color (decimal): -7557718 or 11185548. OLE color: 11185548.

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

Color convert

RGB140173170-
CMYK0.1900.020.32
HSL174.55º16.75%61.37%-
HSV(B)174.55º19.08%67.84%-
XYZ33.0138.3643.7-
YUV162.79132.07111.74-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 28.99%
GREEN value IS 173 (67.97% from 255) = 35.82%
BLUE value IS 170 (66.80% from 255) = 35.20%
R=28.99%
G=35.82%
B=35.20%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1401731700.1900.020.32174.5516.7561.37
Hex8CADAA130220af113d
Octal2142552522302402572175
Binary100011001010110110101010100110101000001010111110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CADAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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