#92DFA8

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

Shades of Chinook #92DFA8

Tints of Chinook #92DFA8

Color information

#92DFA8 (or 0x92DFA8) is unknown color: approx Chinook. HEX triplet: 92, DF and A8. RGB value is (146,223,168). Sum of RGB (Red+Green+Blue) = 146+223+168=537 (71% of max value = 765). Red value is 146 (57.42% from 255 or 27.19% from 537); Green value is 223 (87.5% from 255 or 41.53% from 537); Blue value is 168 (66.02% from 255 or 31.28% from 537); Max value from RGB is 223 - color contains mainly: green. Hex color #92DFA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92DFA8 is #6D2057. Grayscale: #C1C1C1. Windows color (decimal): -7151704 or 11067282. OLE color: 11067282.

HSL color Cylindrical-coordinate representation of color #92DFA8: hue angle of 137.14º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #92DFA8 is Cyan = 0.35, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.

Color convert

RGB146223168-
CMYK0.3500.250.13
HSL137.14º54.61%72.35%-
HSV(B)137.14º34.53%87.45%-
XYZ45.3161.7146.57-
YUV193.71113.4993.97-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 27.19%
GREEN value IS 223 (87.5% from 255) = 41.53%
BLUE value IS 168 (66.02% from 255) = 31.28%
R=27.19%
G=41.53%
B=31.28%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1462231680.3500.250.13137.1454.6172.35
Hex92DFA823019D893748
Octal222337250430311521167110
Binary1001001011011111101010001000110110011101100010011101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92DFA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,223,168); }

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

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

 a { background-color: rgb(146,223,168); }

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

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

 span { border-color: rgb(146,223,168); }

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