Html Css Color HEX #96BEAA Skeptic

📋 copy color: '#96BEAA'

red 150 ◦ green 190 ◦ blue 170

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

Shades of Skeptic #96BEAA

Tints of Skeptic #96BEAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 33.33%

R = 29.41%
G = 37.25%
B = 33.33%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#96BEAA (or 0x96BEAA) is known color: Skeptic. HEX triplet: 96, BE and AA. RGB value is (150,190,170). Sum of RGB (Red+Green+Blue) = 150+190+170=510 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.41% from 510); Green value is 190 (74.61% from 255 or 37.25% from 510); Blue value is 170 (66.80% from 255 or 33.33% from 510); Max value from RGB is 190 - color contains mainly: green. Hex color #96BEAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96BEAA is #694155. Grayscale: #AFAFAF. Windows color (decimal): -6898006 or 11189910. OLE color: 11189910.

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

Color convert

RGB 150 190 170 -
CMYK 0.21 0 0.11 0.25
HSL 150º 0.24% 0.67% -
HSV(B) 150º 0.21% 0.75% -
XYZ 38.25 46.21 44.93 -
YUV 175.76 124.75 109.63 -
System Red Green Blue C M Y K H S L
Decimal 150 190 170 0.21 0 0.11 0.25 150 0.24 0.67
Hex 96 BE AA 15 0 B 19 96 18 43
Octal 226 276 252 25 0 13 31 226 30 103
Binary 10010110 10111110 10101010 10101 0 1011 11001 10010110 11000 1000011

Color Harmonies of #96BEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BEAA

Black with #96BEAA

Text Example


Text Example

White with #96BEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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