Html Css Color HEX #96B2AD Conch

📋 copy color: '#96B2AD'

red 150 ◦ green 178 ◦ blue 173

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

Shades of Conch #96B2AD

Tints of Conch #96B2AD

RGB

 RED value IS 150 (58.98% from 255) = 29.94%

 GREEN value IS 178 (69.92% from 255) = 35.53%

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

R = 29.94%
G = 35.53%
B = 34.53%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.03

 K value IS 0.30

RGB Variations

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

Color information

#96B2AD (or 0x96B2AD) is known color: Conch. HEX triplet: 96, B2 and AD. RGB value is (150,178,173). Sum of RGB (Red+Green+Blue) = 150+178+173=501 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.94% from 501); Green value is 178 (69.92% from 255 or 35.53% from 501); Blue value is 173 (67.97% from 255 or 34.53% from 501); Max value from RGB is 178 - color contains mainly: green. Hex color #96B2AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96B2AD is #694D52. Grayscale: #A9A9A9. Windows color (decimal): -6901075 or 11383446. OLE color: 11383446.

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

Color convert

RGB 150 178 173 -
CMYK 0.16 0 0.03 0.30
HSL 169.29º 0.15% 0.64% -
HSV(B) 169.29º 0.16% 0.7% -
XYZ 36.04 41.34 45.62 -
YUV 169.06 130.22 114.41 -
System Red Green Blue C M Y K H S L
Decimal 150 178 173 0.16 0 0.03 0.30 169.29 0.15 0.64
Hex 96 B2 AD 10 0 3 1E A9 F 40
Octal 226 262 255 20 0 3 36 251 17 100
Binary 10010110 10110010 10101101 10000 0 11 11110 10101001 1111 1000000

Color Harmonies of #96B2AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B2AD

Black with #96B2AD

Text Example


Text Example

White with #96B2AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96B2AD; }

 p { color: rgb(150,178,173); }

 H1.HeaderClassName
 {
   color: #96B2AD;
 }
 .AnyTagClassName
 {
   color: #96B2AD;
 }
</style>

background-color css

<style>
 a { background-color: #96B2AD; }

 a { background-color: rgb(150,178,173); }

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

border-color css

<style>
 span { border-color: #96B2AD; }

 span { border-color: rgb(150,178,173); }

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