Html Css Color HEX #9FBAA8 Summer Green

📋 copy color: '#9FBAA8'

red 159 ◦ green 186 ◦ blue 168

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

Shades of Summer Green #9FBAA8

Tints of Summer Green #9FBAA8

RGB

 RED value IS 159 (62.5% from 255) = 30.99%

 GREEN value IS 186 (73.05% from 255) = 36.26%

 BLUE value IS 168 (66.02% from 255) = 32.75%

R = 30.99%
G = 36.26%
B = 32.75%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#9FBAA8 (or 0x9FBAA8) is known color: Summer Green. HEX triplet: 9F, BA and A8. RGB value is (159,186,168). Sum of RGB (Red+Green+Blue) = 159+186+168=513 (67% of max value = 765). Red value is 159 (62.5% from 255 or 30.99% from 513); Green value is 186 (73.05% from 255 or 36.26% from 513); Blue value is 168 (66.02% from 255 or 32.75% from 513); Max value from RGB is 186 - color contains mainly: green. Hex color #9FBAA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FBAA8 is #604557. Grayscale: #AFAFAF. Windows color (decimal): -6309208 or 11057823. OLE color: 11057823.

HSL color Cylindrical-coordinate representation of color #9FBAA8: hue angle of 140º degrees, saturation: 0.16, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9FBAA8 is Cyan = 0.15, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.27.

Color convert

RGB 159 186 168 -
CMYK 0.15 0 0.10 0.27
HSL 140º 0.16% 0.68% -
HSV(B) 140º 0.15% 0.73% -
XYZ 38.92 45.32 43.74 -
YUV 175.88 123.55 115.96 -
System Red Green Blue C M Y K H S L
Decimal 159 186 168 0.15 0 0.10 0.27 140 0.16 0.68
Hex 9F BA A8 F 0 A 1B 8C 10 44
Octal 237 272 250 17 0 12 33 214 20 104
Binary 10011111 10111010 10101000 1111 0 1010 11011 10001100 10000 1000100

Color Harmonies of #9FBAA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FBAA8

Black with #9FBAA8

Text Example


Text Example

White with #9FBAA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9FBAA8; }

 p { color: rgb(159,186,168); }

 H1.HeaderClassName
 {
   color: #9FBAA8;
 }
 .AnyTagClassName
 {
   color: #9FBAA8;
 }
</style>

background-color css

<style>
 a { background-color: #9FBAA8; }

 a { background-color: rgb(159,186,168); }

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

border-color css

<style>
 span { border-color: #9FBAA8; }

 span { border-color: rgb(159,186,168); }

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