Html Css Color HEX #96BAAB Skeptic

📋 copy color: '#96BAAB'

red 150 ◦ green 186 ◦ blue 171

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

Shades of Skeptic #96BAAB

Tints of Skeptic #96BAAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 33.73%

R = 29.59%
G = 36.69%
B = 33.73%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#96BAAB (or 0x96BAAB) is known color: Skeptic. HEX triplet: 96, BA and AB. RGB value is (150,186,171). Sum of RGB (Red+Green+Blue) = 150+186+171=507 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.59% from 507); Green value is 186 (73.05% from 255 or 36.69% from 507); Blue value is 171 (67.19% from 255 or 33.73% from 507); Max value from RGB is 186 - color contains mainly: green. Hex color #96BAAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96BAAB is #694554. Grayscale: #ADADAD. Windows color (decimal): -6899029 or 11254422. OLE color: 11254422.

HSL color Cylindrical-coordinate representation of color #96BAAB: hue angle of 155º 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 #96BAAB is Cyan = 0.19, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB 150 186 171 -
CMYK 0.19 0 0.08 0.27
HSL 155º 0.21% 0.66% -
HSV(B) 155º 0.19% 0.73% -
XYZ 37.49 44.54 45.15 -
YUV 173.53 126.57 111.22 -
System Red Green Blue C M Y K H S L
Decimal 150 186 171 0.19 0 0.08 0.27 155 0.21 0.66
Hex 96 BA AB 13 0 8 1B 9B 15 42
Octal 226 272 253 23 0 10 33 233 25 102
Binary 10010110 10111010 10101011 10011 0 1000 11011 10011011 10101 1000010

Color Harmonies of #96BAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BAAB

Black with #96BAAB

Text Example


Text Example

White with #96BAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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