#97EBAA

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

Shades of Chinook #97EBAA

Tints of Chinook #97EBAA

Color information

#97EBAA (or 0x97EBAA) is unknown color: approx Chinook. HEX triplet: 97, EB and AA. RGB value is (151,235,170). Sum of RGB (Red+Green+Blue) = 151+235+170=556 (73% of max value = 765). Red value is 151 (59.38% from 255 or 27.16% from 556); Green value is 235 (92.19% from 255 or 42.27% from 556); Blue value is 170 (66.80% from 255 or 30.58% from 556); Max value from RGB is 235 - color contains mainly: green. Hex color #97EBAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #97EBAA is #681455. Grayscale: #CACACA. Windows color (decimal): -6820950 or 11201431. OLE color: 11201431.

HSL color Cylindrical-coordinate representation of color #97EBAA: hue angle of 133.57º degrees, saturation: 0.68, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #97EBAA is Cyan = 0.36, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.08.

Color convert

RGB151235170-
CMYK0.3600.280.08
HSL133.57º67.74%75.69%-
HSV(B)133.57º35.74%92.16%-
XYZ49.7368.948.71-
YUV202.47109.6791.29-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 27.16%
GREEN value IS 235 (92.19% from 255) = 42.27%
BLUE value IS 170 (66.80% from 255) = 30.58%
R=27.16%
G=42.27%
B=30.58%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1512351700.3600.280.08133.5767.7475.69
Hex97EBAA2401C886444c
Octal2273532524403410206104114
Binary10010111111010111010101010010001110010001000011010001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97EBAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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