Html Css Color HEX #8FAFA4 Sea Nymph

📋 copy color: '#8FAFA4'

red 143 ◦ green 175 ◦ blue 164

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

Shades of Sea Nymph #8FAFA4

Tints of Sea Nymph #8FAFA4

RGB

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

 GREEN value IS 175 (68.75% from 255) = 36.31%

 BLUE value IS 164 (64.45% from 255) = 34.02%

R = 29.67%
G = 36.31%
B = 34.02%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.06

 K value IS 0.31

RGB Variations

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

Color information

#8FAFA4 (or 0x8FAFA4) is known color: Sea Nymph. HEX triplet: 8F, AF and A4. RGB value is (143,175,164). Sum of RGB (Red+Green+Blue) = 143+175+164=482 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.67% from 482); Green value is 175 (68.75% from 255 or 36.31% from 482); Blue value is 164 (64.45% from 255 or 34.02% from 482); Max value from RGB is 175 - color contains mainly: green. Hex color #8FAFA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FAFA4 is #70505B. Grayscale: #A4A4A4. Windows color (decimal): -7360604 or 10792847. OLE color: 10792847.

HSL color Cylindrical-coordinate representation of color #8FAFA4: hue angle of 159.38º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8FAFA4 is Cyan = 0.18, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.31.

Color convert

RGB 143 175 164 -
CMYK 0.18 0 0.06 0.31
HSL 159.38º 0.17% 0.62% -
HSV(B) 159.38º 0.18% 0.69% -
XYZ 33.36 39.18 40.93 -
YUV 164.18 127.9 112.89 -
System Red Green Blue C M Y K H S L
Decimal 143 175 164 0.18 0 0.06 0.31 159.38 0.17 0.62
Hex 8F AF A4 12 0 6 1F 9F 11 3E
Octal 217 257 244 22 0 6 37 237 21 76
Binary 10001111 10101111 10100100 10010 0 110 11111 10011111 10001 111110

Color Harmonies of #8FAFA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FAFA4

Black with #8FAFA4

Text Example


Text Example

White with #8FAFA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,175,164); }

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

background-color css

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

 a { background-color: rgb(143,175,164); }

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

border-color css

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

 span { border-color: rgb(143,175,164); }

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