#99B0AF

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

Shades of Conch #99B0AF

Tints of Conch #99B0AF

Color information

#99B0AF (or 0x99B0AF) is unknown color: approx Conch. HEX triplet: 99, B0 and AF. RGB value is (153,176,175). Sum of RGB (Red+Green+Blue) = 153+176+175=504 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.36% from 504); Green value is 176 (69.14% from 255 or 34.92% from 504); Blue value is 175 (68.75% from 255 or 34.72% from 504); Max value from RGB is 176 - color contains mainly: green. Hex color #99B0AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99B0AF is #664F50. Grayscale: #A8A8A8. Windows color (decimal): -6704977 or 11514009. OLE color: 11514009.

HSL color Cylindrical-coordinate representation of color #99B0AF: hue angle of 177.39º degrees, saturation: 0.13, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #99B0AF is Cyan = 0.13, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB153176175-
CMYK0.1300.010.31
HSL177.39º12.71%64.51%-
HSV(B)177.39º13.07%69.02%-
XYZ36.440.9246.54-
YUV169.01131.38116.58-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.36%
GREEN value IS 176 (69.14% from 255) = 34.92%
BLUE value IS 175 (68.75% from 255) = 34.72%
R=30.36%
G=34.92%
B=34.72%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1531761750.1300.010.31177.3912.7164.51
Hex99B0AFD011Fb1d41
Octal23126025715013726115101
Binary100110011011000010101111110101111111011000111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99B0AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99B0AF; }

 p { color: rgb(153,176,175); }

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

<style>
 a { background-color: #99B0AF; }

 a { background-color: rgb(153,176,175); }

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

<style>
 span { border-color: #99B0AF; }

 span { border-color: rgb(153,176,175); }

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