Html Css Color HEX #99B1AD Conch

📋 copy color: '#99B1AD'

red 153 ◦ green 177 ◦ blue 173

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

Shades of Conch #99B1AD

Tints of Conch #99B1AD

RGB

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

 GREEN value IS 177 (69.53% from 255) = 35.19%

 BLUE value IS 173 (67.97% from 255) = 34.39%

R = 30.42%
G = 35.19%
B = 34.39%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#99B1AD (or 0x99B1AD) is known color: Conch. HEX triplet: 99, B1 and AD. RGB value is (153,177,173). Sum of RGB (Red+Green+Blue) = 153+177+173=503 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.42% from 503); Green value is 177 (69.53% from 255 or 35.19% from 503); Blue value is 173 (67.97% from 255 or 34.39% from 503); Max value from RGB is 177 - color contains mainly: green. Hex color #99B1AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99B1AD is #664E52. Grayscale: #A9A9A9. Windows color (decimal): -6704723 or 11383193. OLE color: 11383193.

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

Color convert

RGB 153 177 173 -
CMYK 0.14 0 0.02 0.31
HSL 170º 0.13% 0.65% -
HSV(B) 170º 0.14% 0.69% -
XYZ 36.4 41.23 45.58 -
YUV 169.37 130.05 116.33 -
System Red Green Blue C M Y K H S L
Decimal 153 177 173 0.14 0 0.02 0.31 170 0.13 0.65
Hex 99 B1 AD E 0 2 1F AA D 41
Octal 231 261 255 16 0 2 37 252 15 101
Binary 10011001 10110001 10101101 1110 0 10 11111 10101010 1101 1000001

Color Harmonies of #99B1AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99B1AD

Black with #99B1AD

Text Example


Text Example

White with #99B1AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,177,173); }

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

background-color css

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

 a { background-color: rgb(153,177,173); }

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

border-color css

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

 span { border-color: rgb(153,177,173); }

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