Html Css Color HEX #96BAAA Skeptic

📋 copy color: '#96BAAA'

red 150 ◦ green 186 ◦ blue 170

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

Shades of Skeptic #96BAAA

Tints of Skeptic #96BAAA

RGB

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

 GREEN value IS 186 (73.05% from 255) = 36.76%

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

R = 29.64%
G = 36.76%
B = 33.6%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#96BAAA (or 0x96BAAA) is known color: Skeptic. HEX triplet: 96, BA and AA. RGB value is (150,186,170). Sum of RGB (Red+Green+Blue) = 150+186+170=506 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.64% from 506); Green value is 186 (73.05% from 255 or 36.76% from 506); Blue value is 170 (66.80% from 255 or 33.60% from 506); Max value from RGB is 186 - color contains mainly: green. Hex color #96BAAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96BAAA is #694555. Grayscale: #ADADAD. Windows color (decimal): -6899030 or 11188886. OLE color: 11188886.

HSL color Cylindrical-coordinate representation of color #96BAAA: hue angle of 153.33º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #96BAAA is Cyan = 0.19, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB 150 186 170 -
CMYK 0.19 0 0.09 0.27
HSL 153.33º 0.21% 0.66% -
HSV(B) 153.33º 0.19% 0.73% -
XYZ 37.39 44.5 44.65 -
YUV 173.41 126.07 111.3 -
System Red Green Blue C M Y K H S L
Decimal 150 186 170 0.19 0 0.09 0.27 153.33 0.21 0.66
Hex 96 BA AA 13 0 9 1B 99 15 42
Octal 226 272 252 23 0 11 33 231 25 102
Binary 10010110 10111010 10101010 10011 0 1001 11011 10011001 10101 1000010

Color Harmonies of #96BAAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BAAA

Black with #96BAAA

Text Example


Text Example

White with #96BAAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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