Html Css Color HEX #8FAAA6 Sea Nymph

📋 copy color: '#8FAAA6'

red 143 ◦ green 170 ◦ blue 166

#8FAAA6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sea Nymph #8FAAA6

Tints of Sea Nymph #8FAAA6

RGB

 RED value IS 143 (56.25% from 255) = 29.85%

 GREEN value IS 170 (66.8% from 255) = 35.49%

 BLUE value IS 166 (65.23% from 255) = 34.66%

R = 29.85%
G = 35.49%
B = 34.66%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.02

 K value IS 0.33

RGB Variations

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

Color information

#8FAAA6 (or 0x8FAAA6) is known color: Sea Nymph. HEX triplet: 8F, AA and A6. RGB value is (143,170,166). Sum of RGB (Red+Green+Blue) = 143+170+166=479 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.85% from 479); Green value is 170 (66.80% from 255 or 35.49% from 479); Blue value is 166 (65.23% from 255 or 34.66% from 479); Max value from RGB is 170 - color contains mainly: green. Hex color #8FAAA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FAAA6 is #705559. Grayscale: #A1A1A1. Windows color (decimal): -7361882 or 10922639. OLE color: 10922639.

HSL color Cylindrical-coordinate representation of color #8FAAA6: hue angle of 171.11º degrees, saturation: 0.14, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8FAAA6 is Cyan = 0.16, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.

Color convert

RGB 143 170 166 -
CMYK 0.16 0 0.02 0.33
HSL 171.11º 0.14% 0.61% -
HSV(B) 171.11º 0.16% 0.67% -
XYZ 32.59 37.34 41.57 -
YUV 161.47 130.55 114.83 -
System Red Green Blue C M Y K H S L
Decimal 143 170 166 0.16 0 0.02 0.33 171.11 0.14 0.61
Hex 8F AA A6 10 0 2 21 AB E 3D
Octal 217 252 246 20 0 2 41 253 16 75
Binary 10001111 10101010 10100110 10000 0 10 100001 10101011 1110 111101

Color Harmonies of #8FAAA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FAAA6

Black with #8FAAA6

Text Example


Text Example

White with #8FAAA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,170,166); }

 H1.HeaderClassName
 {
   color: #8FAAA6;
 }
 .AnyTagClassName
 {
   color: #8FAAA6;
 }
</style>

background-color css

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

 a { background-color: rgb(143,170,166); }

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

border-color css

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

 span { border-color: rgb(143,170,166); }

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