Html Css Color HEX #9FBEBC Shadow Green

📋 copy color: '#9FBEBC'

red 159 ◦ green 190 ◦ blue 188

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

Shades of Shadow Green #9FBEBC

Tints of Shadow Green #9FBEBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 35.01%

R = 29.61%
G = 35.38%
B = 35.01%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#9FBEBC (or 0x9FBEBC) is known color: Shadow Green. HEX triplet: 9F, BE and BC. RGB value is (159,190,188). Sum of RGB (Red+Green+Blue) = 159+190+188=537 (71% of max value = 765). Red value is 159 (62.5% from 255 or 29.61% from 537); Green value is 190 (74.61% from 255 or 35.38% from 537); Blue value is 188 (73.83% from 255 or 35.01% from 537); Max value from RGB is 190 - color contains mainly: green. Hex color #9FBEBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FBEBC is #604143. Grayscale: #B4B4B4. Windows color (decimal): -6308164 or 12369567. OLE color: 12369567.

HSL color Cylindrical-coordinate representation of color #9FBEBC: hue angle of 176.13º 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 #9FBEBC is Cyan = 0.16, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB 159 190 188 -
CMYK 0.16 0 0.01 0.25
HSL 176.13º 0.19% 0.68% -
HSV(B) 176.13º 0.16% 0.75% -
XYZ 41.79 47.83 54.61 -
YUV 180.5 132.23 112.66 -
System Red Green Blue C M Y K H S L
Decimal 159 190 188 0.16 0 0.01 0.25 176.13 0.19 0.68
Hex 9F BE BC 10 0 1 19 B0 13 44
Octal 237 276 274 20 0 1 31 260 23 104
Binary 10011111 10111110 10111100 10000 0 1 11001 10110000 10011 1000100

Color Harmonies of #9FBEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FBEBC

Black with #9FBEBC

Text Example


Text Example

White with #9FBEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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