Html Css Color HEX #9BB4AD Conch

📋 copy color: '#9BB4AD'

red 155 ◦ green 180 ◦ blue 173

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

Shades of Conch #9BB4AD

Tints of Conch #9BB4AD

RGB

 RED value IS 155 (60.94% from 255) = 30.51%

 GREEN value IS 180 (70.7% from 255) = 35.43%

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

R = 30.51%
G = 35.43%
B = 34.06%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#9BB4AD (or 0x9BB4AD) is known color: Conch. HEX triplet: 9B, B4 and AD. RGB value is (155,180,173). Sum of RGB (Red+Green+Blue) = 155+180+173=508 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.51% from 508); Green value is 180 (70.70% from 255 or 35.43% from 508); Blue value is 173 (67.97% from 255 or 34.06% from 508); Max value from RGB is 180 - color contains mainly: green. Hex color #9BB4AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BB4AD is #644B52. Grayscale: #ABABAB. Windows color (decimal): -6572883 or 11383963. OLE color: 11383963.

HSL color Cylindrical-coordinate representation of color #9BB4AD: hue angle of 163.2º degrees, saturation: 0.14, 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 #9BB4AD is Cyan = 0.14, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB 155 180 173 -
CMYK 0.14 0 0.04 0.29
HSL 163.2º 0.14% 0.66% -
HSV(B) 163.2º 0.14% 0.71% -
XYZ 37.38 42.63 45.79 -
YUV 171.73 128.72 116.07 -
System Red Green Blue C M Y K H S L
Decimal 155 180 173 0.14 0 0.04 0.29 163.2 0.14 0.66
Hex 9B B4 AD E 0 4 1D A3 E 42
Octal 233 264 255 16 0 4 35 243 16 102
Binary 10011011 10110100 10101101 1110 0 100 11101 10100011 1110 1000010

Color Harmonies of #9BB4AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BB4AD

Black with #9BB4AD

Text Example


Text Example

White with #9BB4AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,180,173); }

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

background-color css

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

 a { background-color: rgb(155,180,173); }

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

border-color css

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

 span { border-color: rgb(155,180,173); }

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