Html Css Color HEX #96B2AC Conch

📋 copy color: '#96B2AC'

red 150 ◦ green 178 ◦ blue 172

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

Shades of Conch #96B2AC

Tints of Conch #96B2AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 34.4%

R = 30%
G = 35.6%
B = 34.4%

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

#96B2AC (or 0x96B2AC) is known color: Conch. HEX triplet: 96, B2 and AC. RGB value is (150,178,172). Sum of RGB (Red+Green+Blue) = 150+178+172=500 (66% of max value = 765). Red value is 150 (58.98% from 255 or 30% from 500); Green value is 178 (69.92% from 255 or 35.6% from 500); Blue value is 172 (67.58% from 255 or 34.4% from 500); Max value from RGB is 178 - color contains mainly: green. Hex color #96B2AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96B2AC is #694D53. Grayscale: #A8A8A8. Windows color (decimal): -6901076 or 11317910. OLE color: 11317910.

HSL color Cylindrical-coordinate representation of color #96B2AC: hue angle of 167.14º 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 #96B2AC is Cyan = 0.16, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.30.

Color convert

RGB 150 178 172 -
CMYK 0.16 0 0.03 0.30
HSL 167.14º 0.15% 0.64% -
HSV(B) 167.14º 0.16% 0.7% -
XYZ 35.94 41.3 45.11 -
YUV 168.94 129.72 114.49 -
System Red Green Blue C M Y K H S L
Decimal 150 178 172 0.16 0 0.03 0.30 167.14 0.15 0.64
Hex 96 B2 AC 10 0 3 1E A7 F 40
Octal 226 262 254 20 0 3 36 247 17 100
Binary 10010110 10110010 10101100 10000 0 11 11110 10100111 1111 1000000

Color Harmonies of #96B2AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B2AC

Black with #96B2AC

Text Example


Text Example

White with #96B2AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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