Html Css Color HEX #9DB0AD Conch

📋 copy color: '#9DB0AD'

red 157 ◦ green 176 ◦ blue 173

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

Shades of Conch #9DB0AD

Tints of Conch #9DB0AD

RGB

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

 GREEN value IS 176 (69.14% from 255) = 34.78%

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

R = 31.03%
G = 34.78%
B = 34.19%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#9DB0AD (or 0x9DB0AD) is known color: Conch. HEX triplet: 9D, B0 and AD. RGB value is (157,176,173). Sum of RGB (Red+Green+Blue) = 157+176+173=506 (67% of max value = 765). Red value is 157 (61.72% from 255 or 31.03% from 506); Green value is 176 (69.14% from 255 or 34.78% from 506); Blue value is 173 (67.97% from 255 or 34.19% from 506); Max value from RGB is 176 - color contains mainly: green. Hex color #9DB0AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DB0AD is #624F52. Grayscale: #A9A9A9. Windows color (decimal): -6442835 or 11382941. OLE color: 11382941.

HSL color Cylindrical-coordinate representation of color #9DB0AD: hue angle of 170.53º 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 #9DB0AD is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB 157 176 173 -
CMYK 0.11 0 0.02 0.31
HSL 170.53º 0.11% 0.65% -
HSV(B) 170.53º 0.11% 0.69% -
XYZ 36.97 41.24 45.55 -
YUV 169.98 129.71 118.74 -
System Red Green Blue C M Y K H S L
Decimal 157 176 173 0.11 0 0.02 0.31 170.53 0.11 0.65
Hex 9D B0 AD B 0 2 1F AB B 41
Octal 235 260 255 13 0 2 37 253 13 101
Binary 10011101 10110000 10101101 1011 0 10 11111 10101011 1011 1000001

Color Harmonies of #9DB0AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB0AD

Black with #9DB0AD

Text Example


Text Example

White with #9DB0AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,176,173); }

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

background-color css

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

 a { background-color: rgb(157,176,173); }

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

border-color css

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

 span { border-color: rgb(157,176,173); }

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