Html Css Color HEX #97C1AC Skeptic

📋 copy color: '#97C1AC'

red 151 ◦ green 193 ◦ blue 172

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

Shades of Skeptic #97C1AC

Tints of Skeptic #97C1AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 33.33%

R = 29.26%
G = 37.4%
B = 33.33%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#97C1AC (or 0x97C1AC) is known color: Skeptic. HEX triplet: 97, C1 and AC. RGB value is (151,193,172). Sum of RGB (Red+Green+Blue) = 151+193+172=516 (68% of max value = 765). Red value is 151 (59.38% from 255 or 29.26% from 516); Green value is 193 (75.78% from 255 or 37.40% from 516); Blue value is 172 (67.58% from 255 or 33.33% from 516); Max value from RGB is 193 - color contains mainly: green. Hex color #97C1AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97C1AC is #683E53. Grayscale: #B2B2B2. Windows color (decimal): -6831700 or 11321751. OLE color: 11321751.

HSL color Cylindrical-coordinate representation of color #97C1AC: hue angle of 150º degrees, saturation: 0.25, 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 #97C1AC is Cyan = 0.22, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB 151 193 172 -
CMYK 0.22 0 0.11 0.24
HSL 150º 0.25% 0.67% -
HSV(B) 150º 0.22% 0.76% -
XYZ 39.28 47.7 46.17 -
YUV 178.05 124.59 108.71 -
System Red Green Blue C M Y K H S L
Decimal 151 193 172 0.22 0 0.11 0.24 150 0.25 0.67
Hex 97 C1 AC 16 0 B 18 96 19 43
Octal 227 301 254 26 0 13 30 226 31 103
Binary 10010111 11000001 10101100 10110 0 1011 11000 10010110 11001 1000011

Color Harmonies of #97C1AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97C1AC

Black with #97C1AC

Text Example


Text Example

White with #97C1AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,193,172); }

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

background-color css

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

 a { background-color: rgb(151,193,172); }

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

border-color css

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

 span { border-color: rgb(151,193,172); }

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