#92DAA6

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

Shades of Chinook #92DAA6

Tints of Chinook #92DAA6

Color information

#92DAA6 (or 0x92DAA6) is unknown color: approx Chinook. HEX triplet: 92, DA and A6. RGB value is (146,218,166). Sum of RGB (Red+Green+Blue) = 146+218+166=530 (70% of max value = 765). Red value is 146 (57.42% from 255 or 27.55% from 530); Green value is 218 (85.55% from 255 or 41.13% from 530); Blue value is 166 (65.23% from 255 or 31.32% from 530); Max value from RGB is 218 - color contains mainly: green. Hex color #92DAA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92DAA6 is #6D2559. Grayscale: #BEBEBE. Windows color (decimal): -7152986 or 10934930. OLE color: 10934930.

HSL color Cylindrical-coordinate representation of color #92DAA6: hue angle of 136.67º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #92DAA6 is Cyan = 0.33, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.15.

Color convert

RGB146218166-
CMYK0.3300.240.15
HSL136.67º49.32%71.37%-
HSV(B)136.67º33.03%85.49%-
XYZ43.8159.0145.16-
YUV190.54114.1596.23-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 27.55%
GREEN value IS 218 (85.55% from 255) = 41.13%
BLUE value IS 166 (65.23% from 255) = 31.32%
R=27.55%
G=41.13%
B=31.32%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1462181660.3300.240.15136.6749.3271.37
Hex92DAA621018F893147
Octal222332246410301721161107
Binary1001001011011010101001101000010110001111100010011100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92DAA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,218,166); }

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

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

 a { background-color: rgb(146,218,166); }

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

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

 span { border-color: rgb(146,218,166); }

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