Html Css Color HEX #99BFBE Shadow Green

📋 copy color: '#99BFBE'

red 153 ◦ green 191 ◦ blue 190

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

Shades of Shadow Green #99BFBE

Tints of Shadow Green #99BFBE

RGB

 RED value IS 153 (60.16% from 255) = 28.65%

 GREEN value IS 191 (75% from 255) = 35.77%

 BLUE value IS 190 (74.61% from 255) = 35.58%

R = 28.65%
G = 35.77%
B = 35.58%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#99BFBE (or 0x99BFBE) is known color: Shadow Green. HEX triplet: 99, BF and BE. RGB value is (153,191,190). Sum of RGB (Red+Green+Blue) = 153+191+190=534 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.65% from 534); Green value is 191 (75% from 255 or 35.77% from 534); Blue value is 190 (74.61% from 255 or 35.58% from 534); Max value from RGB is 191 - color contains mainly: green. Hex color #99BFBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99BFBE is #664041. Grayscale: #B3B3B3. Windows color (decimal): -6701122 or 12500889. OLE color: 12500889.

HSL color Cylindrical-coordinate representation of color #99BFBE: hue angle of 178.42º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #99BFBE is Cyan = 0.20, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB 153 191 190 -
CMYK 0.20 0 0.01 0.25
HSL 178.42º 0.23% 0.67% -
HSV(B) 178.42º 0.2% 0.75% -
XYZ 41.06 47.75 55.77 -
YUV 179.52 133.91 109.08 -
System Red Green Blue C M Y K H S L
Decimal 153 191 190 0.20 0 0.01 0.25 178.42 0.23 0.67
Hex 99 BF BE 14 0 1 19 B2 17 43
Octal 231 277 276 24 0 1 31 262 27 103
Binary 10011001 10111111 10111110 10100 0 1 11001 10110010 10111 1000011

Color Harmonies of #99BFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99BFBE

Black with #99BFBE

Text Example


Text Example

White with #99BFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99BFBE; }

 p { color: rgb(153,191,190); }

 H1.HeaderClassName
 {
   color: #99BFBE;
 }
 .AnyTagClassName
 {
   color: #99BFBE;
 }
</style>

background-color css

<style>
 a { background-color: #99BFBE; }

 a { background-color: rgb(153,191,190); }

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

border-color css

<style>
 span { border-color: #99BFBE; }

 span { border-color: rgb(153,191,190); }

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