Html Css Color HEX #99B7AD Skeptic

📋 copy color: '#99B7AD'

red 153 ◦ green 183 ◦ blue 173

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

Shades of Skeptic #99B7AD

Tints of Skeptic #99B7AD

RGB

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

 GREEN value IS 183 (71.88% from 255) = 35.95%

 BLUE value IS 173 (67.97% from 255) = 33.99%

R = 30.06%
G = 35.95%
B = 33.99%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.05

 K value IS 0.28

RGB Variations

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

Color information

#99B7AD (or 0x99B7AD) is known color: Skeptic. HEX triplet: 99, B7 and AD. RGB value is (153,183,173). Sum of RGB (Red+Green+Blue) = 153+183+173=509 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30.06% from 509); Green value is 183 (71.88% from 255 or 35.95% from 509); Blue value is 173 (67.97% from 255 or 33.99% from 509); Max value from RGB is 183 - color contains mainly: green. Hex color #99B7AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99B7AD is #664852. Grayscale: #ACACAC. Windows color (decimal): -6703187 or 11384729. OLE color: 11384729.

HSL color Cylindrical-coordinate representation of color #99B7AD: hue angle of 160º degrees, saturation: 0.17, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #99B7AD is Cyan = 0.16, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.28.

Color convert

RGB 153 183 173 -
CMYK 0.16 0 0.05 0.28
HSL 160º 0.17% 0.66% -
HSV(B) 160º 0.16% 0.72% -
XYZ 37.61 43.66 45.98 -
YUV 172.89 128.06 113.81 -
System Red Green Blue C M Y K H S L
Decimal 153 183 173 0.16 0 0.05 0.28 160 0.17 0.66
Hex 99 B7 AD 10 0 5 1C A0 11 42
Octal 231 267 255 20 0 5 34 240 21 102
Binary 10011001 10110111 10101101 10000 0 101 11100 10100000 10001 1000010

Color Harmonies of #99B7AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99B7AD

Black with #99B7AD

Text Example


Text Example

White with #99B7AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,183,173); }

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

background-color css

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

 a { background-color: rgb(153,183,173); }

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

border-color css

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

 span { border-color: rgb(153,183,173); }

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