Html Css Color HEX #9DB1AB Conch

📋 copy color: '#9DB1AB'

red 157 ◦ green 177 ◦ blue 171

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

Shades of Conch #9DB1AB

Tints of Conch #9DB1AB

RGB

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

 GREEN value IS 177 (69.53% from 255) = 35.05%

 BLUE value IS 171 (67.19% from 255) = 33.86%

R = 31.09%
G = 35.05%
B = 33.86%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#9DB1AB (or 0x9DB1AB) is known color: Conch. HEX triplet: 9D, B1 and AB. RGB value is (157,177,171). Sum of RGB (Red+Green+Blue) = 157+177+171=505 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.09% from 505); Green value is 177 (69.53% from 255 or 35.05% from 505); Blue value is 171 (67.19% from 255 or 33.86% from 505); Max value from RGB is 177 - color contains mainly: green. Hex color #9DB1AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DB1AB is #624E54. Grayscale: #AAAAAA. Windows color (decimal): -6442581 or 11252125. OLE color: 11252125.

HSL color Cylindrical-coordinate representation of color #9DB1AB: hue angle of 162º degrees, saturation: 0.11, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9DB1AB is Cyan = 0.11, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB 157 177 171 -
CMYK 0.11 0 0.03 0.31
HSL 162º 0.11% 0.65% -
HSV(B) 162º 0.11% 0.69% -
XYZ 36.98 41.55 44.6 -
YUV 170.34 128.37 118.49 -
System Red Green Blue C M Y K H S L
Decimal 157 177 171 0.11 0 0.03 0.31 162 0.11 0.65
Hex 9D B1 AB B 0 3 1F A2 B 41
Octal 235 261 253 13 0 3 37 242 13 101
Binary 10011101 10110001 10101011 1011 0 11 11111 10100010 1011 1000001

Color Harmonies of #9DB1AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB1AB

Black with #9DB1AB

Text Example


Text Example

White with #9DB1AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,177,171); }

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

background-color css

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

 a { background-color: rgb(157,177,171); }

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

border-color css

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

 span { border-color: rgb(157,177,171); }

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