Html Css Color HEX #96BFAC Skeptic

📋 copy color: '#96BFAC'

red 150 ◦ green 191 ◦ blue 172

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

Shades of Skeptic #96BFAC

Tints of Skeptic #96BFAC

RGB

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

 GREEN value IS 191 (75% from 255) = 37.23%

 BLUE value IS 172 (67.58% from 255) = 33.53%

R = 29.24%
G = 37.23%
B = 33.53%

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

#96BFAC (or 0x96BFAC) is known color: Skeptic. HEX triplet: 96, BF and AC. RGB value is (150,191,172). Sum of RGB (Red+Green+Blue) = 150+191+172=513 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.24% from 513); Green value is 191 (75% from 255 or 37.23% from 513); Blue value is 172 (67.58% from 255 or 33.53% from 513); Max value from RGB is 191 - color contains mainly: green. Hex color #96BFAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96BFAC is #694053. Grayscale: #B0B0B0. Windows color (decimal): -6897748 or 11321238. OLE color: 11321238.

HSL color Cylindrical-coordinate representation of color #96BFAC: hue angle of 152.2º 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 #96BFAC is Cyan = 0.21, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB 150 191 172 -
CMYK 0.21 0 0.10 0.25
HSL 152.2º 0.24% 0.67% -
HSV(B) 152.2º 0.21% 0.75% -
XYZ 38.65 46.72 46.01 -
YUV 176.58 125.42 109.04 -
System Red Green Blue C M Y K H S L
Decimal 150 191 172 0.21 0 0.10 0.25 152.2 0.24 0.67
Hex 96 BF AC 15 0 A 19 98 18 43
Octal 226 277 254 25 0 12 31 230 30 103
Binary 10010110 10111111 10101100 10101 0 1010 11001 10011000 11000 1000011

Color Harmonies of #96BFAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BFAC

Black with #96BFAC

Text Example


Text Example

White with #96BFAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,191,172); }

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

background-color css

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

 a { background-color: rgb(150,191,172); }

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

border-color css

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

 span { border-color: rgb(150,191,172); }

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