Html Css Color HEX #9ABAB9 Conch

📋 copy color: '#9ABAB9'

red 154 ◦ green 186 ◦ blue 185

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

Shades of Conch #9ABAB9

Tints of Conch #9ABAB9

RGB

 RED value IS 154 (60.55% from 255) = 29.33%

 GREEN value IS 186 (73.05% from 255) = 35.43%

 BLUE value IS 185 (72.66% from 255) = 35.24%

R = 29.33%
G = 35.43%
B = 35.24%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#9ABAB9 (or 0x9ABAB9) is known color: Conch. HEX triplet: 9A, BA and B9. RGB value is (154,186,185). Sum of RGB (Red+Green+Blue) = 154+186+185=525 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.33% from 525); Green value is 186 (73.05% from 255 or 35.43% from 525); Blue value is 185 (72.66% from 255 or 35.24% from 525); Max value from RGB is 186 - color contains mainly: green. Hex color #9ABAB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ABAB9 is #654546. Grayscale: #B0B0B0. Windows color (decimal): -6636871 or 12171930. OLE color: 12171930.

HSL color Cylindrical-coordinate representation of color #9ABAB9: hue angle of 178.12º degrees, saturation: 0.19, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9ABAB9 is Cyan = 0.17, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB 154 186 185 -
CMYK 0.17 0 0.01 0.27
HSL 178.13º 0.19% 0.67% -
HSV(B) 178.13º 0.17% 0.73% -
XYZ 39.64 45.49 52.59 -
YUV 176.32 132.9 112.08 -
System Red Green Blue C M Y K H S L
Decimal 154 186 185 0.17 0 0.01 0.27 178.13 0.19 0.67
Hex 9A BA B9 11 0 1 1B B2 13 43
Octal 232 272 271 21 0 1 33 262 23 103
Binary 10011010 10111010 10111001 10001 0 1 11011 10110010 10011 1000011

Color Harmonies of #9ABAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ABAB9

Black with #9ABAB9

Text Example


Text Example

White with #9ABAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,186,185); }

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

background-color css

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

 a { background-color: rgb(154,186,185); }

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

border-color css

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

 span { border-color: rgb(154,186,185); }

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