#8DAEAB

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

Shades of Sea Nymph #8DAEAB

Tints of Sea Nymph #8DAEAB

Color information

#8DAEAB (or 0x8DAEAB) is unknown color: approx Sea Nymph. HEX triplet: 8D, AE and AB. RGB value is (141,174,171). Sum of RGB (Red+Green+Blue) = 141+174+171=486 (64% of max value = 765). Red value is 141 (55.47% from 255 or 29.01% from 486); Green value is 174 (68.36% from 255 or 35.80% from 486); Blue value is 171 (67.19% from 255 or 35.19% from 486); Max value from RGB is 174 - color contains mainly: green. Hex color #8DAEAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DAEAB is #725154. Grayscale: #A3A3A3. Windows color (decimal): -7491925 or 11251341. OLE color: 11251341.

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

Color convert

RGB141174171-
CMYK0.1900.020.32
HSL174.55º16.92%61.76%-
HSV(B)174.55º18.97%68.24%-
XYZ33.4738.8844.27-
YUV163.79132.07111.74-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.01%
GREEN value IS 174 (68.36% from 255) = 35.80%
BLUE value IS 171 (67.19% from 255) = 35.19%
R=29.01%
G=35.80%
B=35.19%

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
Decimal1411741710.1900.020.32174.5516.9261.76
Hex8DAEAB130220af113e
Octal2152562532302402572176
Binary100011011010111010101011100110101000001010111110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DAEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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