Html Css Color HEX #96BEA8 Skeptic

📋 copy color: '#96BEA8'

red 150 ◦ green 190 ◦ blue 168

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

Shades of Skeptic #96BEA8

Tints of Skeptic #96BEA8

RGB

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

 GREEN value IS 190 (74.61% from 255) = 37.4%

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

R = 29.53%
G = 37.4%
B = 33.07%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#96BEA8 (or 0x96BEA8) is known color: Skeptic. HEX triplet: 96, BE and A8. RGB value is (150,190,168). Sum of RGB (Red+Green+Blue) = 150+190+168=508 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.53% from 508); Green value is 190 (74.61% from 255 or 37.40% from 508); Blue value is 168 (66.02% from 255 or 33.07% from 508); Max value from RGB is 190 - color contains mainly: green. Hex color #96BEA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96BEA8 is #694157. Grayscale: #AFAFAF. Windows color (decimal): -6898008 or 11058838. OLE color: 11058838.

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

Color convert

RGB 150 190 168 -
CMYK 0.21 0 0.12 0.25
HSL 147º 0.24% 0.67% -
HSV(B) 147º 0.21% 0.75% -
XYZ 38.06 46.14 43.95 -
YUV 175.53 123.75 109.79 -
System Red Green Blue C M Y K H S L
Decimal 150 190 168 0.21 0 0.12 0.25 147 0.24 0.67
Hex 96 BE A8 15 0 C 19 93 18 43
Octal 226 276 250 25 0 14 31 223 30 103
Binary 10010110 10111110 10101000 10101 0 1100 11001 10010011 11000 1000011

Color Harmonies of #96BEA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BEA8

Black with #96BEA8

Text Example


Text Example

White with #96BEA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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