#97CFAA

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

Shades of Chinook #97CFAA

Tints of Chinook #97CFAA

Color information

#97CFAA (or 0x97CFAA) is unknown color: approx Chinook. HEX triplet: 97, CF and AA. RGB value is (151,207,170). Sum of RGB (Red+Green+Blue) = 151+207+170=528 (69% of max value = 765). Red value is 151 (59.38% from 255 or 28.60% from 528); Green value is 207 (81.25% from 255 or 39.20% from 528); Blue value is 170 (66.80% from 255 or 32.20% from 528); Max value from RGB is 207 - color contains mainly: green. Hex color #97CFAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97CFAA is #683055. Grayscale: #BABABA. Windows color (decimal): -6828118 or 11194263. OLE color: 11194263.

HSL color Cylindrical-coordinate representation of color #97CFAA: hue angle of 140.36º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #97CFAA is Cyan = 0.27, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.

Color convert

RGB151207170-
CMYK0.2700.180.19
HSL140.36º36.84%70.2%-
HSV(B)140.36º27.05%81.18%-
XYZ42.3354.1146.24-
YUV186.04118.95103.01-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 28.60%
GREEN value IS 207 (81.25% from 255) = 39.20%
BLUE value IS 170 (66.80% from 255) = 32.20%
R=28.60%
G=39.20%
B=32.20%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1512071700.2700.180.19140.3636.8470.2
Hex97CFAA1B012138c2546
Octal227317252330222321445106
Binary1001011111001111101010101101101001010011100011001001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97CFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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