Html Css Color HEX #96C1AD Skeptic

📋 copy color: '#96C1AD'

red 150 ◦ green 193 ◦ blue 173

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

Shades of Skeptic #96C1AD

Tints of Skeptic #96C1AD

RGB

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

 GREEN value IS 193 (75.78% from 255) = 37.4%

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

R = 29.07%
G = 37.4%
B = 33.53%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#96C1AD (or 0x96C1AD) is known color: Skeptic. HEX triplet: 96, C1 and AD. RGB value is (150,193,173). Sum of RGB (Red+Green+Blue) = 150+193+173=516 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.07% from 516); Green value is 193 (75.78% from 255 or 37.40% from 516); Blue value is 173 (67.97% from 255 or 33.53% from 516); Max value from RGB is 193 - color contains mainly: green. Hex color #96C1AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96C1AD is #693E52. Grayscale: #B1B1B1. Windows color (decimal): -6897235 or 11387286. OLE color: 11387286.

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

Color convert

RGB 150 193 173 -
CMYK 0.22 0 0.10 0.24
HSL 152.09º 0.26% 0.67% -
HSV(B) 152.09º 0.22% 0.76% -
XYZ 39.19 47.64 46.67 -
YUV 177.86 125.25 108.13 -
System Red Green Blue C M Y K H S L
Decimal 150 193 173 0.22 0 0.10 0.24 152.09 0.26 0.67
Hex 96 C1 AD 16 0 A 18 98 1A 43
Octal 226 301 255 26 0 12 30 230 32 103
Binary 10010110 11000001 10101101 10110 0 1010 11000 10011000 11010 1000011

Color Harmonies of #96C1AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C1AD

Black with #96C1AD

Text Example


Text Example

White with #96C1AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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