Html Css Color HEX #97B6AA Skeptic

📋 copy color: '#97B6AA'

red 151 ◦ green 182 ◦ blue 170

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

Shades of Skeptic #97B6AA

Tints of Skeptic #97B6AA

RGB

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

 GREEN value IS 182 (71.48% from 255) = 36.18%

 BLUE value IS 170 (66.8% from 255) = 33.8%

R = 30.02%
G = 36.18%
B = 33.8%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.07

 K value IS 0.29

RGB Variations

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

Color information

#97B6AA (or 0x97B6AA) is known color: Skeptic. HEX triplet: 97, B6 and AA. RGB value is (151,182,170). Sum of RGB (Red+Green+Blue) = 151+182+170=503 (66% of max value = 765). Red value is 151 (59.38% from 255 or 30.02% from 503); Green value is 182 (71.48% from 255 or 36.18% from 503); Blue value is 170 (66.80% from 255 or 33.80% from 503); Max value from RGB is 182 - color contains mainly: green. Hex color #97B6AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97B6AA is #684955. Grayscale: #ABABAB. Windows color (decimal): -6834518 or 11187863. OLE color: 11187863.

HSL color Cylindrical-coordinate representation of color #97B6AA: hue angle of 156.77º degrees, saturation: 0.18, 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 #97B6AA is Cyan = 0.17, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.29.

Color convert

RGB 151 182 170 -
CMYK 0.17 0 0.07 0.29
HSL 156.77º 0.18% 0.65% -
HSV(B) 156.77º 0.17% 0.71% -
XYZ 36.75 42.94 44.38 -
YUV 171.36 127.23 113.48 -
System Red Green Blue C M Y K H S L
Decimal 151 182 170 0.17 0 0.07 0.29 156.77 0.18 0.65
Hex 97 B6 AA 11 0 7 1D 9D 12 41
Octal 227 266 252 21 0 7 35 235 22 101
Binary 10010111 10110110 10101010 10001 0 111 11101 10011101 10010 1000001

Color Harmonies of #97B6AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97B6AA

Black with #97B6AA

Text Example


Text Example

White with #97B6AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,182,170); }

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

background-color css

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

 a { background-color: rgb(151,182,170); }

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

border-color css

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

 span { border-color: rgb(151,182,170); }

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