Html Css Color HEX #96AEAA Conch

📋 copy color: '#96AEAA'

red 150 ◦ green 174 ◦ blue 170

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

Shades of Conch #96AEAA

Tints of Conch #96AEAA

RGB

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

 GREEN value IS 174 (68.36% from 255) = 35.22%

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

R = 30.36%
G = 35.22%
B = 34.41%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#96AEAA (or 0x96AEAA) is known color: Conch. HEX triplet: 96, AE and AA. RGB value is (150,174,170). Sum of RGB (Red+Green+Blue) = 150+174+170=494 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.36% from 494); Green value is 174 (68.36% from 255 or 35.22% from 494); Blue value is 170 (66.80% from 255 or 34.41% from 494); Max value from RGB is 174 - color contains mainly: green. Hex color #96AEAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96AEAA is #695155. Grayscale: #A6A6A6. Windows color (decimal): -6902102 or 11185814. OLE color: 11185814.

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

Color convert

RGB 150 174 170 -
CMYK 0.14 0 0.02 0.32
HSL 170º 0.13% 0.64% -
HSV(B) 170º 0.14% 0.68% -
XYZ 34.97 39.66 43.84 -
YUV 166.37 130.05 116.33 -
System Red Green Blue C M Y K H S L
Decimal 150 174 170 0.14 0 0.02 0.32 170 0.13 0.64
Hex 96 AE AA E 0 2 20 AA D 40
Octal 226 256 252 16 0 2 40 252 15 100
Binary 10010110 10101110 10101010 1110 0 10 100000 10101010 1101 1000000

Color Harmonies of #96AEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96AEAA

Black with #96AEAA

Text Example


Text Example

White with #96AEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,174,170); }

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

background-color css

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

 a { background-color: rgb(150,174,170); }

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

border-color css

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

 span { border-color: rgb(150,174,170); }

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