Html Css Color HEX #96BBAB Skeptic

📋 copy color: '#96BBAB'

red 150 ◦ green 187 ◦ blue 171

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

Shades of Skeptic #96BBAB

Tints of Skeptic #96BBAB

RGB

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

 GREEN value IS 187 (73.44% from 255) = 36.81%

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

R = 29.53%
G = 36.81%
B = 33.66%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#96BBAB (or 0x96BBAB) is known color: Skeptic. HEX triplet: 96, BB and AB. RGB value is (150,187,171). Sum of RGB (Red+Green+Blue) = 150+187+171=508 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.53% from 508); Green value is 187 (73.44% from 255 or 36.81% from 508); Blue value is 171 (67.19% from 255 or 33.66% from 508); Max value from RGB is 187 - color contains mainly: green. Hex color #96BBAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96BBAB is #694454. Grayscale: #AEAEAE. Windows color (decimal): -6898773 or 11254678. OLE color: 11254678.

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

Color convert

RGB 150 187 171 -
CMYK 0.20 0 0.09 0.27
HSL 154.05º 0.21% 0.66% -
HSV(B) 154.05º 0.2% 0.73% -
XYZ 37.7 44.96 45.22 -
YUV 174.11 126.24 110.8 -
System Red Green Blue C M Y K H S L
Decimal 150 187 171 0.20 0 0.09 0.27 154.05 0.21 0.66
Hex 96 BB AB 14 0 9 1B 9A 15 42
Octal 226 273 253 24 0 11 33 232 25 102
Binary 10010110 10111011 10101011 10100 0 1001 11011 10011010 10101 1000010

Color Harmonies of #96BBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BBAB

Black with #96BBAB

Text Example


Text Example

White with #96BBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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