Html Css Color HEX #96BEAB Skeptic

📋 copy color: '#96BEAB'

red 150 ◦ green 190 ◦ blue 171

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

Shades of Skeptic #96BEAB

Tints of Skeptic #96BEAB

RGB

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

 GREEN value IS 190 (74.61% from 255) = 37.18%

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

R = 29.35%
G = 37.18%
B = 33.46%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#96BEAB (or 0x96BEAB) is known color: Skeptic. HEX triplet: 96, BE and AB. RGB value is (150,190,171). Sum of RGB (Red+Green+Blue) = 150+190+171=511 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.35% from 511); Green value is 190 (74.61% from 255 or 37.18% from 511); Blue value is 171 (67.19% from 255 or 33.46% from 511); Max value from RGB is 190 - color contains mainly: green. Hex color #96BEAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96BEAB is #694154. Grayscale: #AFAFAF. Windows color (decimal): -6898005 or 11255446. OLE color: 11255446.

HSL color Cylindrical-coordinate representation of color #96BEAB: hue angle of 151.5º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #96BEAB is Cyan = 0.21, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB 150 190 171 -
CMYK 0.21 0 0.10 0.25
HSL 151.5º 0.24% 0.67% -
HSV(B) 151.5º 0.21% 0.75% -
XYZ 38.34 46.25 45.43 -
YUV 175.87 125.25 109.54 -
System Red Green Blue C M Y K H S L
Decimal 150 190 171 0.21 0 0.10 0.25 151.5 0.24 0.67
Hex 96 BE AB 15 0 A 19 98 18 43
Octal 226 276 253 25 0 12 31 230 30 103
Binary 10010110 10111110 10101011 10101 0 1010 11001 10011000 11000 1000011

Color Harmonies of #96BEAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BEAB

Black with #96BEAB

Text Example


Text Example

White with #96BEAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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