#92D5AA

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

Shades of Vista Blue #92D5AA

Tints of Vista Blue #92D5AA

Color information

#92D5AA (or 0x92D5AA) is unknown color: approx Vista Blue. HEX triplet: 92, D5 and AA. RGB value is (146,213,170). Sum of RGB (Red+Green+Blue) = 146+213+170=529 (70% of max value = 765). Red value is 146 (57.42% from 255 or 27.60% from 529); Green value is 213 (83.59% from 255 or 40.26% from 529); Blue value is 170 (66.80% from 255 or 32.14% from 529); Max value from RGB is 213 - color contains mainly: green. Hex color #92D5AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92D5AA is #6D2A55. Grayscale: #BCBCBC. Windows color (decimal): -7154262 or 11195794. OLE color: 11195794.

HSL color Cylindrical-coordinate representation of color #92D5AA: hue angle of 141.49º degrees, saturation: 0.44, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #92D5AA is Cyan = 0.31, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB146213170-
CMYK0.3100.200.16
HSL141.49º44.37%70.39%-
HSV(B)141.49º31.46%83.53%-
XYZ42.956.646.69-
YUV188.06117.898-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 27.60%
GREEN value IS 213 (83.59% from 255) = 40.26%
BLUE value IS 170 (66.80% from 255) = 32.14%
R=27.60%
G=40.26%
B=32.14%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1462131700.3100.200.16141.4944.3770.39
Hex92D5AA1F014108d2c46
Octal222325252370242021554106
Binary1001001011010101101010101111101010010000100011011011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92D5AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,213,170); }

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

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

 a { background-color: rgb(146,213,170); }

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

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

 span { border-color: rgb(146,213,170); }

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