#92DDAD

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

Shades of Vista Blue #92DDAD

Tints of Vista Blue #92DDAD

Color information

#92DDAD (or 0x92DDAD) is unknown color: approx Vista Blue. HEX triplet: 92, DD and AD. RGB value is (146,221,173). Sum of RGB (Red+Green+Blue) = 146+221+173=540 (71% of max value = 765). Red value is 146 (57.42% from 255 or 27.04% from 540); Green value is 221 (86.72% from 255 or 40.93% from 540); Blue value is 173 (67.97% from 255 or 32.04% from 540); Max value from RGB is 221 - color contains mainly: green. Hex color #92DDAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92DDAD is #6D2252. Grayscale: #C1C1C1. Windows color (decimal): -7152211 or 11394450. OLE color: 11394450.

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

Color convert

RGB146221173-
CMYK0.3400.220.13
HSL141.6º52.45%71.96%-
HSV(B)141.6º33.94%86.67%-
XYZ45.2560.8448.89-
YUV193.1116.6594.4-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 27.04%
GREEN value IS 221 (86.72% from 255) = 40.93%
BLUE value IS 173 (67.97% from 255) = 32.04%
R=27.04%
G=40.93%
B=32.04%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1462211730.3400.220.13141.652.4571.96
Hex92DDAD22016D8e3448
Octal222335255420261521664110
Binary1001001011011101101011011000100101101101100011101101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92DDAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,221,173); }

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

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

 a { background-color: rgb(146,221,173); }

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

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

 span { border-color: rgb(146,221,173); }

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