Html Css Color HEX #9BB6AF Conch

📋 copy color: '#9BB6AF'

red 155 ◦ green 182 ◦ blue 175

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

Shades of Conch #9BB6AF

Tints of Conch #9BB6AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 34.18%

R = 30.27%
G = 35.55%
B = 34.18%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#9BB6AF (or 0x9BB6AF) is known color: Conch. HEX triplet: 9B, B6 and AF. RGB value is (155,182,175). Sum of RGB (Red+Green+Blue) = 155+182+175=512 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.27% from 512); Green value is 182 (71.48% from 255 or 35.55% from 512); Blue value is 175 (68.75% from 255 or 34.18% from 512); Max value from RGB is 182 - color contains mainly: green. Hex color #9BB6AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BB6AF is #644950. Grayscale: #ADADAD. Windows color (decimal): -6572369 or 11515547. OLE color: 11515547.

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

Color convert

RGB 155 182 175 -
CMYK 0.15 0 0.04 0.29
HSL 164.44º 0.16% 0.66% -
HSV(B) 164.44º 0.15% 0.71% -
XYZ 37.98 43.52 46.96 -
YUV 173.13 129.05 115.07 -
System Red Green Blue C M Y K H S L
Decimal 155 182 175 0.15 0 0.04 0.29 164.44 0.16 0.66
Hex 9B B6 AF F 0 4 1D A4 10 42
Octal 233 266 257 17 0 4 35 244 20 102
Binary 10011011 10110110 10101111 1111 0 100 11101 10100100 10000 1000010

Color Harmonies of #9BB6AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BB6AF

Black with #9BB6AF

Text Example


Text Example

White with #9BB6AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,182,175); }

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

background-color css

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

 a { background-color: rgb(155,182,175); }

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

border-color css

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

 span { border-color: rgb(155,182,175); }

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