Html Css Color HEX #8FAAA5 Sea Nymph

📋 copy color: '#8FAAA5'

red 143 ◦ green 170 ◦ blue 165

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

Shades of Sea Nymph #8FAAA5

Tints of Sea Nymph #8FAAA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 34.52%

R = 29.92%
G = 35.56%
B = 34.52%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.03

 K value IS 0.33

RGB Variations

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

Color information

#8FAAA5 (or 0x8FAAA5) is known color: Sea Nymph. HEX triplet: 8F, AA and A5. RGB value is (143,170,165). Sum of RGB (Red+Green+Blue) = 143+170+165=478 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.92% from 478); Green value is 170 (66.80% from 255 or 35.56% from 478); Blue value is 165 (64.84% from 255 or 34.52% from 478); Max value from RGB is 170 - color contains mainly: green. Hex color #8FAAA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FAAA5 is #70555A. Grayscale: #A1A1A1. Windows color (decimal): -7361883 or 10857103. OLE color: 10857103.

HSL color Cylindrical-coordinate representation of color #8FAAA5: hue angle of 168.89º 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 #8FAAA5 is Cyan = 0.16, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.33.

Color convert

RGB 143 170 165 -
CMYK 0.16 0 0.03 0.33
HSL 168.89º 0.14% 0.61% -
HSV(B) 168.89º 0.16% 0.67% -
XYZ 32.49 37.31 41.09 -
YUV 161.36 130.05 114.91 -
System Red Green Blue C M Y K H S L
Decimal 143 170 165 0.16 0 0.03 0.33 168.89 0.14 0.61
Hex 8F AA A5 10 0 3 21 A9 E 3D
Octal 217 252 245 20 0 3 41 251 16 75
Binary 10001111 10101010 10100101 10000 0 11 100001 10101001 1110 111101

Color Harmonies of #8FAAA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FAAA5

Black with #8FAAA5

Text Example


Text Example

White with #8FAAA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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