Html Css Color HEX #99B0AA Conch

📋 copy color: '#99B0AA'

red 153 ◦ green 176 ◦ blue 170

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

Shades of Conch #99B0AA

Tints of Conch #99B0AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 34.07%

R = 30.66%
G = 35.27%
B = 34.07%

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

#99B0AA (or 0x99B0AA) is known color: Conch. HEX triplet: 99, B0 and AA. RGB value is (153,176,170). Sum of RGB (Red+Green+Blue) = 153+176+170=499 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.66% from 499); Green value is 176 (69.14% from 255 or 35.27% from 499); Blue value is 170 (66.80% from 255 or 34.07% from 499); Max value from RGB is 176 - color contains mainly: green. Hex color #99B0AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99B0AA is #664F55. Grayscale: #A8A8A8. Windows color (decimal): -6704982 or 11186329. OLE color: 11186329.

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

Color convert

RGB 153 176 170 -
CMYK 0.13 0 0.03 0.31
HSL 164.35º 0.13% 0.65% -
HSV(B) 164.35º 0.13% 0.69% -
XYZ 35.92 40.73 44 -
YUV 168.44 128.88 116.99 -
System Red Green Blue C M Y K H S L
Decimal 153 176 170 0.13 0 0.03 0.31 164.35 0.13 0.65
Hex 99 B0 AA D 0 3 1F A4 D 41
Octal 231 260 252 15 0 3 37 244 15 101
Binary 10011001 10110000 10101010 1101 0 11 11111 10100100 1101 1000001

Color Harmonies of #99B0AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99B0AA

Black with #99B0AA

Text Example


Text Example

White with #99B0AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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