#97EDAF

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

Shades of Chinook #97EDAF

Tints of Chinook #97EDAF

Color information

#97EDAF (or 0x97EDAF) is unknown color: approx Chinook. HEX triplet: 97, ED and AF. RGB value is (151,237,175). Sum of RGB (Red+Green+Blue) = 151+237+175=563 (74% of max value = 765). Red value is 151 (59.38% from 255 or 26.82% from 563); Green value is 237 (92.97% from 255 or 42.10% from 563); Blue value is 175 (68.75% from 255 or 31.08% from 563); Max value from RGB is 237 - color contains mainly: green. Hex color #97EDAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #97EDAF is #681250. Grayscale: #CCCCCC. Windows color (decimal): -6820433 or 11529623. OLE color: 11529623.

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

Color convert

RGB151237175-
CMYK0.3600.260.07
HSL136.74º70.49%76.08%-
HSV(B)136.74º36.29%92.94%-
XYZ50.7870.2451.44-
YUV204.22111.5190.04-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 26.82%
GREEN value IS 237 (92.97% from 255) = 42.10%
BLUE value IS 175 (68.75% from 255) = 31.08%
R=26.82%
G=42.10%
B=31.08%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1512371750.3600.260.07136.7470.4976.08
Hex97EDAF2401A789464c
Octal227355257440327211106114
Binary1001011111101101101011111001000110101111000100110001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97EDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,237,175); }

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

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

 a { background-color: rgb(151,237,175); }

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

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

 span { border-color: rgb(151,237,175); }

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