#92D2AE

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

Shades of Vista Blue #92D2AE

Tints of Vista Blue #92D2AE

Color information

#92D2AE (or 0x92D2AE) is unknown color: approx Vista Blue. HEX triplet: 92, D2 and AE. RGB value is (146,210,174). Sum of RGB (Red+Green+Blue) = 146+210+174=530 (70% of max value = 765). Red value is 146 (57.42% from 255 or 27.55% from 530); Green value is 210 (82.42% from 255 or 39.62% from 530); Blue value is 174 (68.36% from 255 or 32.83% from 530); Max value from RGB is 210 - color contains mainly: green. Hex color #92D2AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92D2AE is #6D2D51. Grayscale: #BABABA. Windows color (decimal): -7155026 or 11457170. OLE color: 11457170.

HSL color Cylindrical-coordinate representation of color #92D2AE: hue angle of 146.25º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #92D2AE is Cyan = 0.30, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB146210174-
CMYK0.3000.170.18
HSL146.25º41.56%69.8%-
HSV(B)146.25º30.48%82.35%-
XYZ42.5455.2648.47-
YUV186.76120.898.93-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 27.55%
GREEN value IS 210 (82.42% from 255) = 39.62%
BLUE value IS 174 (68.36% from 255) = 32.83%
R=27.55%
G=39.62%
B=32.83%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1462101740.3000.170.18146.2541.5669.8
Hex92D2AE1E01112922a46
Octal222322256360212222252106
Binary1001001011010010101011101111001000110010100100101010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92D2AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,210,174); }

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

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

 a { background-color: rgb(146,210,174); }

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

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

 span { border-color: rgb(146,210,174); }

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