#8AAFAB

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

Shades of Sea Nymph #8AAFAB

Tints of Sea Nymph #8AAFAB

Color information

#8AAFAB (or 0x8AAFAB) is unknown color: approx Sea Nymph. HEX triplet: 8A, AF and AB. RGB value is (138,175,171). Sum of RGB (Red+Green+Blue) = 138+175+171=484 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.51% from 484); Green value is 175 (68.75% from 255 or 36.16% from 484); Blue value is 171 (67.19% from 255 or 35.33% from 484); Max value from RGB is 175 - color contains mainly: green. Hex color #8AAFAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AAFAB is #755054. Grayscale: #A3A3A3. Windows color (decimal): -7688277 or 11251594. OLE color: 11251594.

HSL color Cylindrical-coordinate representation of color #8AAFAB: hue angle of 173.51º 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 #8AAFAB is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB138175171-
CMYK0.2100.020.31
HSL173.51º18.78%61.37%-
HSV(B)173.51º21.14%68.63%-
XYZ33.163944.31-
YUV163.48132.24109.83-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 28.51%
GREEN value IS 175 (68.75% from 255) = 36.16%
BLUE value IS 171 (67.19% from 255) = 35.33%
R=28.51%
G=36.16%
B=35.33%

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
Decimal1381751710.2100.020.31173.5118.7861.37
Hex8AAFAB15021Fae133d
Octal2122572532502372562375
Binary10001010101011111010101110101010111111010111010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AAFAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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