Html Css Color HEX #9BAEAA Conch

📋 copy color: '#9BAEAA'

red 155 ◦ green 174 ◦ blue 170

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

Shades of Conch #9BAEAA

Tints of Conch #9BAEAA

RGB

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

 GREEN value IS 174 (68.36% from 255) = 34.87%

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

R = 31.06%
G = 34.87%
B = 34.07%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#9BAEAA (or 0x9BAEAA) is known color: Conch. HEX triplet: 9B, AE and AA. RGB value is (155,174,170). Sum of RGB (Red+Green+Blue) = 155+174+170=499 (66% of max value = 765). Red value is 155 (60.94% from 255 or 31.06% from 499); Green value is 174 (68.36% from 255 or 34.87% from 499); Blue value is 170 (66.80% from 255 or 34.07% from 499); Max value from RGB is 174 - color contains mainly: green. Hex color #9BAEAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BAEAA is #645155. Grayscale: #A7A7A7. Windows color (decimal): -6574422 or 11185819. OLE color: 11185819.

HSL color Cylindrical-coordinate representation of color #9BAEAA: hue angle of 167.37º degrees, saturation: 0.1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9BAEAA is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB 155 174 170 -
CMYK 0.11 0 0.02 0.32
HSL 167.37º 0.1% 0.65% -
HSV(B) 167.37º 0.11% 0.68% -
XYZ 35.91 40.14 43.89 -
YUV 167.86 129.21 118.83 -
System Red Green Blue C M Y K H S L
Decimal 155 174 170 0.11 0 0.02 0.32 167.37 0.1 0.65
Hex 9B AE AA B 0 2 20 A7 A 41
Octal 233 256 252 13 0 2 40 247 12 101
Binary 10011011 10101110 10101010 1011 0 10 100000 10100111 1010 1000001

Color Harmonies of #9BAEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BAEAA

Black with #9BAEAA

Text Example


Text Example

White with #9BAEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,174,170); }

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

background-color css

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

 a { background-color: rgb(155,174,170); }

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

border-color css

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

 span { border-color: rgb(155,174,170); }

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