#97EBAE

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

Shades of Chinook #97EBAE

Tints of Chinook #97EBAE

Color information

#97EBAE (or 0x97EBAE) is unknown color: approx Chinook. HEX triplet: 97, EB and AE. RGB value is (151,235,174). Sum of RGB (Red+Green+Blue) = 151+235+174=560 (74% of max value = 765). Red value is 151 (59.38% from 255 or 26.96% from 560); Green value is 235 (92.19% from 255 or 41.96% from 560); Blue value is 174 (68.36% from 255 or 31.07% from 560); Max value from RGB is 235 - color contains mainly: green. Hex color #97EBAE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #97EBAE is #681451. Grayscale: #CBCBCB. Windows color (decimal): -6820946 or 11463575. OLE color: 11463575.

HSL color Cylindrical-coordinate representation of color #97EBAE: hue angle of 136.43º 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 #97EBAE is Cyan = 0.36, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB151235174-
CMYK0.3600.260.08
HSL136.43º67.74%75.69%-
HSV(B)136.43º35.74%92.16%-
XYZ50.1169.0550.73-
YUV202.93111.6790.96-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 26.96%
GREEN value IS 235 (92.19% from 255) = 41.96%
BLUE value IS 174 (68.36% from 255) = 31.07%
R=26.96%
G=41.96%
B=31.07%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1512351740.3600.260.08136.4367.7475.69
Hex97EBAE2401A888444c
Octal2273532564403210210104114
Binary10010111111010111010111010010001101010001000100010001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97EBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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