#97EEAE

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

Shades of Chinook #97EEAE

Tints of Chinook #97EEAE

Color information

#97EEAE (or 0x97EEAE) is unknown color: approx Chinook. HEX triplet: 97, EE and AE. RGB value is (151,238,174). Sum of RGB (Red+Green+Blue) = 151+238+174=563 (74% of max value = 765). Red value is 151 (59.38% from 255 or 26.82% from 563); Green value is 238 (93.36% from 255 or 42.27% from 563); Blue value is 174 (68.36% from 255 or 30.91% from 563); Max value from RGB is 238 - color contains mainly: green. Hex color #97EEAE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #97EEAE is #681151. Grayscale: #CCCCCC. Windows color (decimal): -6820178 or 11464343. OLE color: 11464343.

HSL color Cylindrical-coordinate representation of color #97EEAE: hue angle of 135.86º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #97EEAE is Cyan = 0.37, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB151238174-
CMYK0.3700.270.07
HSL135.86º71.9%76.27%-
HSV(B)135.86º36.55%93.33%-
XYZ50.9870.7851.02-
YUV204.69110.6889.7-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 26.82%
GREEN value IS 238 (93.36% from 255) = 42.27%
BLUE value IS 174 (68.36% from 255) = 30.91%
R=26.82%
G=42.27%
B=30.91%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1512381740.3700.270.07135.8671.976.27
Hex97EEAE2501B788484c
Octal227356256450337210110114
Binary1001011111101110101011101001010110111111000100010010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97EEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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