Html Css Color HEX #9FBEA8 Gum Leaf

📋 copy color: '#9FBEA8'

red 159 ◦ green 190 ◦ blue 168

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

Shades of Gum Leaf #9FBEA8

Tints of Gum Leaf #9FBEA8

RGB

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

 GREEN value IS 190 (74.61% from 255) = 36.75%

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

R = 30.75%
G = 36.75%
B = 32.5%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#9FBEA8 (or 0x9FBEA8) is known color: Gum Leaf. HEX triplet: 9F, BE and A8. RGB value is (159,190,168). Sum of RGB (Red+Green+Blue) = 159+190+168=517 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.75% from 517); Green value is 190 (74.61% from 255 or 36.75% from 517); Blue value is 168 (66.02% from 255 or 32.50% from 517); Max value from RGB is 190 - color contains mainly: green. Hex color #9FBEA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FBEA8 is #604157. Grayscale: #B2B2B2. Windows color (decimal): -6308184 or 11058847. OLE color: 11058847.

HSL color Cylindrical-coordinate representation of color #9FBEA8: hue angle of 137.42º degrees, saturation: 0.19, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9FBEA8 is Cyan = 0.16, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB 159 190 168 -
CMYK 0.16 0 0.12 0.25
HSL 137.42º 0.19% 0.68% -
HSV(B) 137.42º 0.16% 0.75% -
XYZ 39.78 47.02 44.03 -
YUV 178.22 122.23 114.29 -
System Red Green Blue C M Y K H S L
Decimal 159 190 168 0.16 0 0.12 0.25 137.42 0.19 0.68
Hex 9F BE A8 10 0 C 19 89 13 44
Octal 237 276 250 20 0 14 31 211 23 104
Binary 10011111 10111110 10101000 10000 0 1100 11001 10001001 10011 1000100

Color Harmonies of #9FBEA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FBEA8

Black with #9FBEA8

Text Example


Text Example

White with #9FBEA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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