Html Css Color HEX #8FAFA3 Sea Nymph

📋 copy color: '#8FAFA3'

red 143 ◦ green 175 ◦ blue 163

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

Shades of Sea Nymph #8FAFA3

Tints of Sea Nymph #8FAFA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 33.89%

R = 29.73%
G = 36.38%
B = 33.89%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.07

 K value IS 0.31

RGB Variations

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

Color information

#8FAFA3 (or 0x8FAFA3) is known color: Sea Nymph. HEX triplet: 8F, AF and A3. RGB value is (143,175,163). Sum of RGB (Red+Green+Blue) = 143+175+163=481 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.73% from 481); Green value is 175 (68.75% from 255 or 36.38% from 481); Blue value is 163 (64.06% from 255 or 33.89% from 481); Max value from RGB is 175 - color contains mainly: green. Hex color #8FAFA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FAFA3 is #70505C. Grayscale: #A4A4A4. Windows color (decimal): -7360605 or 10727311. OLE color: 10727311.

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

Color convert

RGB 143 175 163 -
CMYK 0.18 0 0.07 0.31
HSL 157.5º 0.17% 0.62% -
HSV(B) 157.5º 0.18% 0.69% -
XYZ 33.27 39.14 40.45 -
YUV 164.06 127.4 112.98 -
System Red Green Blue C M Y K H S L
Decimal 143 175 163 0.18 0 0.07 0.31 157.5 0.17 0.62
Hex 8F AF A3 12 0 7 1F 9E 11 3E
Octal 217 257 243 22 0 7 37 236 21 76
Binary 10001111 10101111 10100011 10010 0 111 11111 10011110 10001 111110

Color Harmonies of #8FAFA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FAFA3

Black with #8FAFA3

Text Example


Text Example

White with #8FAFA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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