Html Css Color HEX #9DB6AA Skeptic

📋 copy color: '#9DB6AA'

red 157 ◦ green 182 ◦ blue 170

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

Shades of Skeptic #9DB6AA

Tints of Skeptic #9DB6AA

RGB

 RED value IS 157 (61.72% from 255) = 30.84%

 GREEN value IS 182 (71.48% from 255) = 35.76%

 BLUE value IS 170 (66.8% from 255) = 33.4%

R = 30.84%
G = 35.76%
B = 33.4%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.07

 K value IS 0.29

RGB Variations

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

Color information

#9DB6AA (or 0x9DB6AA) is known color: Skeptic. HEX triplet: 9D, B6 and AA. RGB value is (157,182,170). Sum of RGB (Red+Green+Blue) = 157+182+170=509 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.84% from 509); Green value is 182 (71.48% from 255 or 35.76% from 509); Blue value is 170 (66.80% from 255 or 33.40% from 509); Max value from RGB is 182 - color contains mainly: green. Hex color #9DB6AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DB6AA is #624955. Grayscale: #ADADAD. Windows color (decimal): -6441302 or 11187869. OLE color: 11187869.

HSL color Cylindrical-coordinate representation of color #9DB6AA: hue angle of 151.2º degrees, saturation: 0.15, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9DB6AA is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.29.

Color convert

RGB 157 182 170 -
CMYK 0.14 0 0.07 0.29
HSL 151.2º 0.15% 0.66% -
HSV(B) 151.2º 0.14% 0.71% -
XYZ 37.89 43.53 44.43 -
YUV 173.16 126.22 116.48 -
System Red Green Blue C M Y K H S L
Decimal 157 182 170 0.14 0 0.07 0.29 151.2 0.15 0.66
Hex 9D B6 AA E 0 7 1D 97 F 42
Octal 235 266 252 16 0 7 35 227 17 102
Binary 10011101 10110110 10101010 1110 0 111 11101 10010111 1111 1000010

Color Harmonies of #9DB6AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB6AA

Black with #9DB6AA

Text Example


Text Example

White with #9DB6AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,182,170); }

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

background-color css

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

 a { background-color: rgb(157,182,170); }

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

border-color css

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

 span { border-color: rgb(157,182,170); }

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