#92D5AD

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

Shades of Vista Blue #92D5AD

Tints of Vista Blue #92D5AD

Color information

#92D5AD (or 0x92D5AD) is unknown color: approx Vista Blue. HEX triplet: 92, D5 and AD. RGB value is (146,213,173). Sum of RGB (Red+Green+Blue) = 146+213+173=532 (70% of max value = 765). Red value is 146 (57.42% from 255 or 27.44% from 532); Green value is 213 (83.59% from 255 or 40.04% from 532); Blue value is 173 (67.97% from 255 or 32.52% from 532); Max value from RGB is 213 - color contains mainly: green. Hex color #92D5AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92D5AD is #6D2A52. Grayscale: #BCBCBC. Windows color (decimal): -7154259 or 11392402. OLE color: 11392402.

HSL color Cylindrical-coordinate representation of color #92D5AD: hue angle of 144.18º 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 #92D5AD is Cyan = 0.31, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB146213173-
CMYK0.3100.190.16
HSL144.18º44.37%70.39%-
HSV(B)144.18º31.46%83.53%-
XYZ43.1956.7248.21-
YUV188.41119.397.75-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 27.44%
GREEN value IS 213 (83.59% from 255) = 40.04%
BLUE value IS 173 (67.97% from 255) = 32.52%
R=27.44%
G=40.04%
B=32.52%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1462131730.3100.190.16144.1844.3770.39
Hex92D5AD1F01310902c46
Octal222325255370232022054106
Binary1001001011010101101011011111101001110000100100001011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92D5AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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