Html Css Color HEX #96BCAB Skeptic

📋 copy color: '#96BCAB'

red 150 ◦ green 188 ◦ blue 171

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

Shades of Skeptic #96BCAB

Tints of Skeptic #96BCAB

RGB

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

 GREEN value IS 188 (73.83% from 255) = 36.94%

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

R = 29.47%
G = 36.94%
B = 33.6%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#96BCAB (or 0x96BCAB) is known color: Skeptic. HEX triplet: 96, BC and AB. RGB value is (150,188,171). Sum of RGB (Red+Green+Blue) = 150+188+171=509 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.47% from 509); Green value is 188 (73.83% from 255 or 36.94% from 509); Blue value is 171 (67.19% from 255 or 33.60% from 509); Max value from RGB is 188 - color contains mainly: green. Hex color #96BCAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96BCAB is #694354. Grayscale: #AEAEAE. Windows color (decimal): -6898517 or 11254934. OLE color: 11254934.

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

Color convert

RGB 150 188 171 -
CMYK 0.20 0 0.09 0.26
HSL 153.16º 0.22% 0.66% -
HSV(B) 153.16º 0.2% 0.74% -
XYZ 37.91 45.39 45.29 -
YUV 174.7 125.91 110.38 -
System Red Green Blue C M Y K H S L
Decimal 150 188 171 0.20 0 0.09 0.26 153.16 0.22 0.66
Hex 96 BC AB 14 0 9 1A 99 16 42
Octal 226 274 253 24 0 11 32 231 26 102
Binary 10010110 10111100 10101011 10100 0 1001 11010 10011001 10110 1000010

Color Harmonies of #96BCAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BCAB

Black with #96BCAB

Text Example


Text Example

White with #96BCAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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