#8AAFAC

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

Shades of Sea Nymph #8AAFAC

Tints of Sea Nymph #8AAFAC

Color information

#8AAFAC (or 0x8AAFAC) is unknown color: approx Sea Nymph. HEX triplet: 8A, AF and AC. RGB value is (138,175,172). Sum of RGB (Red+Green+Blue) = 138+175+172=485 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.45% from 485); Green value is 175 (68.75% from 255 or 36.08% from 485); Blue value is 172 (67.58% from 255 or 35.46% from 485); Max value from RGB is 175 - color contains mainly: green. Hex color #8AAFAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AAFAC is #755053. Grayscale: #A3A3A3. Windows color (decimal): -7688276 or 11317130. OLE color: 11317130.

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

Color convert

RGB138175172-
CMYK0.2100.020.31
HSL175.14º18.78%61.37%-
HSV(B)175.14º21.14%68.63%-
XYZ33.2639.0444.81-
YUV163.6132.74109.74-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 28.45%
GREEN value IS 175 (68.75% from 255) = 36.08%
BLUE value IS 172 (67.58% from 255) = 35.46%
R=28.45%
G=36.08%
B=35.46%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1381751720.2100.020.31175.1418.7861.37
Hex8AAFAC15021Faf133d
Octal2122572542502372572375
Binary10001010101011111010110010101010111111010111110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AAFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,175,172); }

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

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

 a { background-color: rgb(138,175,172); }

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

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

 span { border-color: rgb(138,175,172); }

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