Html Css Color HEX #96B2A8 Skeptic

📋 copy color: '#96B2A8'

red 150 ◦ green 178 ◦ blue 168

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

Shades of Skeptic #96B2A8

Tints of Skeptic #96B2A8

RGB

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

 GREEN value IS 178 (69.92% from 255) = 35.89%

 BLUE value IS 168 (66.02% from 255) = 33.87%

R = 30.24%
G = 35.89%
B = 33.87%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.06

 K value IS 0.30

RGB Variations

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

Color information

#96B2A8 (or 0x96B2A8) is known color: Skeptic. HEX triplet: 96, B2 and A8. RGB value is (150,178,168). Sum of RGB (Red+Green+Blue) = 150+178+168=496 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.24% from 496); Green value is 178 (69.92% from 255 or 35.89% from 496); Blue value is 168 (66.02% from 255 or 33.87% from 496); Max value from RGB is 178 - color contains mainly: green. Hex color #96B2A8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96B2A8 is #694D57. Grayscale: #A8A8A8. Windows color (decimal): -6901080 or 11055766. OLE color: 11055766.

HSL color Cylindrical-coordinate representation of color #96B2A8: hue angle of 158.57º degrees, saturation: 0.15, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #96B2A8 is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.30.

Color convert

RGB 150 178 168 -
CMYK 0.16 0 0.06 0.30
HSL 158.57º 0.15% 0.64% -
HSV(B) 158.57º 0.16% 0.7% -
XYZ 35.57 41.15 43.11 -
YUV 168.49 127.72 114.81 -
System Red Green Blue C M Y K H S L
Decimal 150 178 168 0.16 0 0.06 0.30 158.57 0.15 0.64
Hex 96 B2 A8 10 0 6 1E 9F F 40
Octal 226 262 250 20 0 6 36 237 17 100
Binary 10010110 10110010 10101000 10000 0 110 11110 10011111 1111 1000000

Color Harmonies of #96B2A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B2A8

Black with #96B2A8

Text Example


Text Example

White with #96B2A8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,178,168); }

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

background-color css

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

 a { background-color: rgb(150,178,168); }

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

border-color css

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

 span { border-color: rgb(150,178,168); }

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