Html Css Color HEX #96C2AF Skeptic

📋 copy color: '#96C2AF'

red 150 ◦ green 194 ◦ blue 175

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

Shades of Skeptic #96C2AF

Tints of Skeptic #96C2AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 33.72%

R = 28.9%
G = 37.38%
B = 33.72%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#96C2AF (or 0x96C2AF) is known color: Skeptic. HEX triplet: 96, C2 and AF. RGB value is (150,194,175). Sum of RGB (Red+Green+Blue) = 150+194+175=519 (68% of max value = 765). Red value is 150 (58.98% from 255 or 28.90% from 519); Green value is 194 (76.17% from 255 or 37.38% from 519); Blue value is 175 (68.75% from 255 or 33.72% from 519); Max value from RGB is 194 - color contains mainly: green. Hex color #96C2AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96C2AF is #693D50. Grayscale: #B2B2B2. Windows color (decimal): -6896977 or 11518614. OLE color: 11518614.

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

Color convert

RGB 150 194 175 -
CMYK 0.23 0 0.10 0.24
HSL 154.09º 0.27% 0.67% -
HSV(B) 154.09º 0.23% 0.76% -
XYZ 39.61 48.16 47.77 -
YUV 178.68 125.92 107.54 -
System Red Green Blue C M Y K H S L
Decimal 150 194 175 0.23 0 0.10 0.24 154.09 0.27 0.67
Hex 96 C2 AF 17 0 A 18 9A 1B 43
Octal 226 302 257 27 0 12 30 232 33 103
Binary 10010110 11000010 10101111 10111 0 1010 11000 10011010 11011 1000011

Color Harmonies of #96C2AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C2AF

Black with #96C2AF

Text Example


Text Example

White with #96C2AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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