#9FBABA

Color #9FBABA Conch (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conch #9FBABA

Tints of Conch #9FBABA

Color information

#9FBABA (or 0x9FBABA) is unknown color: approx Conch. HEX triplet: 9F, BA and BA. RGB value is (159,186,186). Sum of RGB (Red+Green+Blue) = 159+186+186=531 (70% of max value = 765). Red value is 159 (62.5% from 255 or 29.94% from 531); Green value is 186 (73.05% from 255 or 35.03% from 531); Blue value is 186 (73.05% from 255 or 35.03% from 531); Max value from RGB is 186 - color contains mainly: green, blue. Hex color #9FBABA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FBABA is #604545. Grayscale: #B1B1B1. Windows color (decimal): -6309190 or 12237471. OLE color: 12237471.

HSL color Cylindrical-coordinate representation of color #9FBABA: hue angle of 180º 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 #9FBABA is Cyan = 0.15, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB159186186-
CMYK0.15000.27
HSL180º16.36%67.65%-
HSV(B)180º14.52%72.94%-
XYZ40.7246.0353.19-
YUV177.93132.55114.5-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 29.94%
GREEN value IS 186 (73.05% from 255) = 35.03%
BLUE value IS 186 (73.05% from 255) = 35.03%
R=29.94%
G=35.03%
B=35.03%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1591861860.15000.2718016.3667.65
Hex9FBABAF001Bb41044
Octal23727227217003326420104
Binary1001111110111010101110101111001101110110100100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9FBABA;
 }
 .AnyTagClassName
 {
   color: #9FBABA;
 }
</style>
background-color css

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

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

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

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

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

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