#92EDA7

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

Shades of Chinook #92EDA7

Tints of Chinook #92EDA7

Color information

#92EDA7 (or 0x92EDA7) is unknown color: approx Chinook. HEX triplet: 92, ED and A7. RGB value is (146,237,167). Sum of RGB (Red+Green+Blue) = 146+237+167=550 (72% of max value = 765). Red value is 146 (57.42% from 255 or 26.55% from 550); Green value is 237 (92.97% from 255 or 43.09% from 550); Blue value is 167 (65.62% from 255 or 30.36% from 550); Max value from RGB is 237 - color contains mainly: green. Hex color #92EDA7 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #92EDA7 is #6D1258. Grayscale: #CACACA. Windows color (decimal): -7148121 or 11005330. OLE color: 11005330.

HSL color Cylindrical-coordinate representation of color #92EDA7: hue angle of 133.85º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #92EDA7 is Cyan = 0.38, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.07.

Color convert

RGB146237167-
CMYK0.3800.300.07
HSL133.85º71.65%75.1%-
HSV(B)133.85º38.4%92.94%-
XYZ49.1169.4747.38-
YUV201.81108.3588.19-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 26.55%
GREEN value IS 237 (92.97% from 255) = 43.09%
BLUE value IS 167 (65.62% from 255) = 30.36%
R=26.55%
G=43.09%
B=30.36%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1462371670.3800.300.07133.8571.6575.1
Hex92EDA72601E786484b
Octal222355247460367206110113
Binary1001001011101101101001111001100111101111000011010010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92EDA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92EDA7; }

 p { color: rgb(146,237,167); }

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

<style>
 a { background-color: #92EDA7; }

 a { background-color: rgb(146,237,167); }

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

<style>
 span { border-color: #92EDA7; }

 span { border-color: rgb(146,237,167); }

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