Html Css Color HEX #96C0AD Skeptic

📋 copy color: '#96C0AD'

red 150 ◦ green 192 ◦ blue 173

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

Shades of Skeptic #96C0AD

Tints of Skeptic #96C0AD

RGB

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

 GREEN value IS 192 (75.39% from 255) = 37.28%

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

R = 29.13%
G = 37.28%
B = 33.59%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#96C0AD (or 0x96C0AD) is known color: Skeptic. HEX triplet: 96, C0 and AD. RGB value is (150,192,173). Sum of RGB (Red+Green+Blue) = 150+192+173=515 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.13% from 515); Green value is 192 (75.39% from 255 or 37.28% from 515); Blue value is 173 (67.97% from 255 or 33.59% from 515); Max value from RGB is 192 - color contains mainly: green. Hex color #96C0AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96C0AD is #693F52. Grayscale: #B1B1B1. Windows color (decimal): -6897491 or 11387030. OLE color: 11387030.

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

Color convert

RGB 150 192 173 -
CMYK 0.22 0 0.10 0.25
HSL 152.86º 0.25% 0.67% -
HSV(B) 152.86º 0.22% 0.75% -
XYZ 38.97 47.2 46.59 -
YUV 177.28 125.59 108.54 -
System Red Green Blue C M Y K H S L
Decimal 150 192 173 0.22 0 0.10 0.25 152.86 0.25 0.67
Hex 96 C0 AD 16 0 A 19 99 19 43
Octal 226 300 255 26 0 12 31 231 31 103
Binary 10010110 11000000 10101101 10110 0 1010 11001 10011001 11001 1000011

Color Harmonies of #96C0AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C0AD

Black with #96C0AD

Text Example


Text Example

White with #96C0AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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