Html Css Color HEX #99B3B3 Conch

📋 copy color: '#99B3B3'

red 153 ◦ green 179 ◦ blue 179

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

Shades of Conch #99B3B3

Tints of Conch #99B3B3

RGB

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

 GREEN value IS 179 (70.31% from 255) = 35.03%

 BLUE value IS 179 (70.31% from 255) = 35.03%

R = 29.94%
G = 35.03%
B = 35.03%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#99B3B3 (or 0x99B3B3) is known color: Conch. HEX triplet: 99, B3 and B3. RGB value is (153,179,179). Sum of RGB (Red+Green+Blue) = 153+179+179=511 (67% of max value = 765). Red value is 153 (60.16% from 255 or 29.94% from 511); Green value is 179 (70.31% from 255 or 35.03% from 511); Blue value is 179 (70.31% from 255 or 35.03% from 511); Max value from RGB is 179 - color contains mainly: green, blue. Hex color #99B3B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99B3B3 is #664C4C. Grayscale: #ABABAB. Windows color (decimal): -6704205 or 11776921. OLE color: 11776921.

HSL color Cylindrical-coordinate representation of color #99B3B3: hue angle of 180º degrees, saturation: 0.15, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #99B3B3 is Cyan = 0.15, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 153 179 179 -
CMYK 0.15 0 0 0.30
HSL 180º 0.15% 0.65% -
HSV(B) 180º 0.15% 0.7% -
XYZ 37.39 42.27 48.84 -
YUV 171.23 132.39 115 -
System Red Green Blue C M Y K H S L
Decimal 153 179 179 0.15 0 0 0.30 180 0.15 0.65
Hex 99 B3 B3 F 0 0 1E B4 F 41
Octal 231 263 263 17 0 0 36 264 17 101
Binary 10011001 10110011 10110011 1111 0 0 11110 10110100 1111 1000001

Color Harmonies of #99B3B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99B3B3

Black with #99B3B3

Text Example


Text Example

White with #99B3B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,179,179); }

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

background-color css

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

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

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

border-color css

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

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

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