#97DCAC

Color #97DCAC Chinook (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chinook #97DCAC

Tints of Chinook #97DCAC

Color information

#97DCAC (or 0x97DCAC) is unknown color: approx Chinook. HEX triplet: 97, DC and AC. RGB value is (151,220,172). Sum of RGB (Red+Green+Blue) = 151+220+172=543 (71% of max value = 765). Red value is 151 (59.38% from 255 or 27.81% from 543); Green value is 220 (86.33% from 255 or 40.52% from 543); Blue value is 172 (67.58% from 255 or 31.68% from 543); Max value from RGB is 220 - color contains mainly: green. Hex color #97DCAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97DCAC is #682353. Grayscale: #C2C2C2. Windows color (decimal): -6824788 or 11328663. OLE color: 11328663.

HSL color Cylindrical-coordinate representation of color #97DCAC: hue angle of 138.26º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #97DCAC is Cyan = 0.31, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB151220172-
CMYK0.3100.220.14
HSL138.26º49.64%72.75%-
HSV(B)138.26º31.36%86.27%-
XYZ45.860.7448.34-
YUV193.9115.6497.4-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 27.81%
GREEN value IS 220 (86.33% from 255) = 40.52%
BLUE value IS 172 (67.58% from 255) = 31.68%
R=27.81%
G=40.52%
B=31.68%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1512201720.3100.220.14138.2649.6472.75
Hex97DCAC1F016E8a3249
Octal227334254370261621262111
Binary100101111101110010101100111110101101110100010101100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97DCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #97DCAC;
 }
 .AnyTagClassName
 {
   color: #97DCAC;
 }
</style>
background-color css

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

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

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

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

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

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