Html Css Color HEX #9FBAB8 Conch

📋 copy color: '#9FBAB8'

red 159 ◦ green 186 ◦ blue 184

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

Shades of Conch #9FBAB8

Tints of Conch #9FBAB8

RGB

 RED value IS 159 (62.5% from 255) = 30.06%

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

 BLUE value IS 184 (72.27% from 255) = 34.78%

R = 30.06%
G = 35.16%
B = 34.78%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#9FBAB8 (or 0x9FBAB8) is known color: Conch. HEX triplet: 9F, BA and B8. RGB value is (159,186,184). Sum of RGB (Red+Green+Blue) = 159+186+184=529 (70% of max value = 765). Red value is 159 (62.5% from 255 or 30.06% from 529); Green value is 186 (73.05% from 255 or 35.16% from 529); Blue value is 184 (72.27% from 255 or 34.78% from 529); Max value from RGB is 186 - color contains mainly: green. Hex color #9FBAB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FBAB8 is #604547. Grayscale: #B1B1B1. Windows color (decimal): -6309192 or 12106399. OLE color: 12106399.

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

Color convert

RGB 159 186 184 -
CMYK 0.15 0 0.01 0.27
HSL 175.56º 0.16% 0.68% -
HSV(B) 175.56º 0.15% 0.73% -
XYZ 40.51 45.95 52.08 -
YUV 177.7 131.55 114.66 -
System Red Green Blue C M Y K H S L
Decimal 159 186 184 0.15 0 0.01 0.27 175.56 0.16 0.68
Hex 9F BA B8 F 0 1 1B B0 10 44
Octal 237 272 270 17 0 1 33 260 20 104
Binary 10011111 10111010 10111000 1111 0 1 11011 10110000 10000 1000100

Color Harmonies of #9FBAB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FBAB8

Black with #9FBAB8

Text Example


Text Example

White with #9FBAB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,186,184); }

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

background-color css

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

 a { background-color: rgb(159,186,184); }

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

border-color css

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

 span { border-color: rgb(159,186,184); }

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