Html Css Color HEX #96C2AD Skeptic

📋 copy color: '#96C2AD'

red 150 ◦ green 194 ◦ blue 173

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

Shades of Skeptic #96C2AD

Tints of Skeptic #96C2AD

RGB

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

 GREEN value IS 194 (76.17% from 255) = 37.52%

 BLUE value IS 173 (67.97% from 255) = 33.46%

R = 29.01%
G = 37.52%
B = 33.46%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#96C2AD (or 0x96C2AD) is known color: Skeptic. HEX triplet: 96, C2 and AD. RGB value is (150,194,173). Sum of RGB (Red+Green+Blue) = 150+194+173=517 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.01% from 517); Green value is 194 (76.17% from 255 or 37.52% from 517); Blue value is 173 (67.97% from 255 or 33.46% from 517); Max value from RGB is 194 - color contains mainly: green. Hex color #96C2AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96C2AD is #693D52. Grayscale: #B2B2B2. Windows color (decimal): -6896979 or 11387542. OLE color: 11387542.

HSL color Cylindrical-coordinate representation of color #96C2AD: hue angle of 151.36º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #96C2AD is Cyan = 0.23, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB 150 194 173 -
CMYK 0.23 0 0.11 0.24
HSL 151.36º 0.27% 0.67% -
HSV(B) 151.36º 0.23% 0.76% -
XYZ 39.41 48.08 46.74 -
YUV 178.45 124.92 107.71 -
System Red Green Blue C M Y K H S L
Decimal 150 194 173 0.23 0 0.11 0.24 151.36 0.27 0.67
Hex 96 C2 AD 17 0 B 18 97 1B 43
Octal 226 302 255 27 0 13 30 227 33 103
Binary 10010110 11000010 10101101 10111 0 1011 11000 10010111 11011 1000011

Color Harmonies of #96C2AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C2AD

Black with #96C2AD

Text Example


Text Example

White with #96C2AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,194,173); }

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

background-color css

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

 a { background-color: rgb(150,194,173); }

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

border-color css

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

 span { border-color: rgb(150,194,173); }

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