Html Css Color HEX #97B5A6 Skeptic

📋 copy color: '#97B5A6'

red 151 ◦ green 181 ◦ blue 166

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

Shades of Skeptic #97B5A6

Tints of Skeptic #97B5A6

RGB

 RED value IS 151 (59.38% from 255) = 30.32%

 GREEN value IS 181 (71.09% from 255) = 36.35%

 BLUE value IS 166 (65.23% from 255) = 33.33%

R = 30.32%
G = 36.35%
B = 33.33%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.08

 K value IS 0.29

RGB Variations

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

Color information

#97B5A6 (or 0x97B5A6) is known color: Skeptic. HEX triplet: 97, B5 and A6. RGB value is (151,181,166). Sum of RGB (Red+Green+Blue) = 151+181+166=498 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.32% from 498); Green value is 181 (71.09% from 255 or 36.35% from 498); Blue value is 166 (65.23% from 255 or 33.33% from 498); Max value from RGB is 181 - color contains mainly: green. Hex color #97B5A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97B5A6 is #684A59. Grayscale: #AAAAAA. Windows color (decimal): -6834778 or 10925463. OLE color: 10925463.

HSL color Cylindrical-coordinate representation of color #97B5A6: hue angle of 150º degrees, saturation: 0.17, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #97B5A6 is Cyan = 0.17, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.29.

Color convert

RGB 151 181 166 -
CMYK 0.17 0 0.08 0.29
HSL 150º 0.17% 0.65% -
HSV(B) 150º 0.17% 0.71% -
XYZ 36.17 42.38 42.35 -
YUV 170.32 125.56 114.22 -
System Red Green Blue C M Y K H S L
Decimal 151 181 166 0.17 0 0.08 0.29 150 0.17 0.65
Hex 97 B5 A6 11 0 8 1D 96 11 41
Octal 227 265 246 21 0 10 35 226 21 101
Binary 10010111 10110101 10100110 10001 0 1000 11101 10010110 10001 1000001

Color Harmonies of #97B5A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97B5A6

Black with #97B5A6

Text Example


Text Example

White with #97B5A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97B5A6; }

 p { color: rgb(151,181,166); }

 H1.HeaderClassName
 {
   color: #97B5A6;
 }
 .AnyTagClassName
 {
   color: #97B5A6;
 }
</style>

background-color css

<style>
 a { background-color: #97B5A6; }

 a { background-color: rgb(151,181,166); }

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

border-color css

<style>
 span { border-color: #97B5A6; }

 span { border-color: rgb(151,181,166); }

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