Html Css Color HEX #99B0AB Conch

📋 copy color: '#99B0AB'

red 153 ◦ green 176 ◦ blue 171

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

Shades of Conch #99B0AB

Tints of Conch #99B0AB

RGB

 RED value IS 153 (60.16% from 255) = 30.6%

 GREEN value IS 176 (69.14% from 255) = 35.2%

 BLUE value IS 171 (67.19% from 255) = 34.2%

R = 30.6%
G = 35.2%
B = 34.2%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#99B0AB (or 0x99B0AB) is known color: Conch. HEX triplet: 99, B0 and AB. RGB value is (153,176,171). Sum of RGB (Red+Green+Blue) = 153+176+171=500 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.6% from 500); Green value is 176 (69.14% from 255 or 35.2% from 500); Blue value is 171 (67.19% from 255 or 34.2% from 500); Max value from RGB is 176 - color contains mainly: green. Hex color #99B0AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99B0AB is #664F54. Grayscale: #A8A8A8. Windows color (decimal): -6704981 or 11251865. OLE color: 11251865.

HSL color Cylindrical-coordinate representation of color #99B0AB: hue angle of 166.96º 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 #99B0AB is Cyan = 0.13, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB 153 176 171 -
CMYK 0.13 0 0.03 0.31
HSL 166.96º 0.13% 0.65% -
HSV(B) 166.96º 0.13% 0.69% -
XYZ 36.01 40.76 44.5 -
YUV 168.55 129.38 116.91 -
System Red Green Blue C M Y K H S L
Decimal 153 176 171 0.13 0 0.03 0.31 166.96 0.13 0.65
Hex 99 B0 AB D 0 3 1F A7 D 41
Octal 231 260 253 15 0 3 37 247 15 101
Binary 10011001 10110000 10101011 1101 0 11 11111 10100111 1101 1000001

Color Harmonies of #99B0AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99B0AB

Black with #99B0AB

Text Example


Text Example

White with #99B0AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #99B0AB;
 }
 .AnyTagClassName
 {
   color: #99B0AB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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